diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60d3236bb0e15af4291c5628eef86530183e4037..525aeb346fb148ec03d1e166c3ceb56673045dac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
 SET( CPACK_PACKAGE_NAME  "${PROJECT_NAME}")
 SET( CPACK_PACKAGE_VERSION_MAJOR 3)
 SET( CPACK_PACKAGE_VERSION_MINOR 2)
-SET( CPACK_PACKAGE_VERSION_PATCH 8)
+SET( CPACK_PACKAGE_VERSION_PATCH 9)
 
 # init CellFrame SDK
 add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}\"")
diff --git a/cellframe-sdk b/cellframe-sdk
index e0c0935175aeabe0aae63b7c60166dfbd8c7c8cd..480a389f6198a77d69d855dd38deaed1c5756068 160000
--- a/cellframe-sdk
+++ b/cellframe-sdk
@@ -1 +1 @@
-Subproject commit e0c0935175aeabe0aae63b7c60166dfbd8c7c8cd
+Subproject commit 480a389f6198a77d69d855dd38deaed1c5756068
diff --git a/dist/share/configs/cellframe-node.cfg.tpl b/dist/share/configs/cellframe-node.cfg.tpl
index 75bf091e267e0a58a86336ccccf5eaf8c3627b12..5478754c919642f2f092cf2bbd007a9a4b7ded37 100755
--- a/dist/share/configs/cellframe-node.cfg.tpl
+++ b/dist/share/configs/cellframe-node.cfg.tpl
@@ -76,6 +76,6 @@ dap_global_db_driver=cdb
 # Plugins
 [plugins]
 # Load Python plugins
-py_load=true
+py_load=false
 # Plugins path
 py_path=/opt/cellframe-node/var/plugins