From 38fe62907df6007c03fd3ea802fb2dcabb7bfa81 Mon Sep 17 00:00:00 2001
From: "alexey.stratulat" <alexey.stratulat@demlabs.net>
Date: Mon, 10 Apr 2023 18:35:19 +0700
Subject: [PATCH] [*] Updated python-cellframe: Changed PyEval_CallObject
 function call during plugin initialization, deinitialization and reload. To
 remove the valgrind warning about using uninitialized memory. Up version node
 to 5.2-80

---
 python-cellframe | 2 +-
 version.mk       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/python-cellframe b/python-cellframe
index c59de403e..2183b1e96 160000
--- a/python-cellframe
+++ b/python-cellframe
@@ -1 +1 @@
-Subproject commit c59de403ecabd26d06ea0cfe0a4665f51ba34526
+Subproject commit 2183b1e968dbe340db470472319062386d0b361b
diff --git a/version.mk b/version.mk
index 4535f2c68..c829ac3d8 100644
--- a/version.mk
+++ b/version.mk
@@ -1,3 +1,3 @@
 VERSION_MAJOR=5
 VERSION_MINOR=2
-VERSION_PATCH=79
+VERSION_PATCH=80
-- 
GitLab