From f078ab4edbe9b024e3d9b509fea91057447ae160 Mon Sep 17 00:00:00 2001 From: cellframe <roman.khlopkov@demlabs.net> Date: Fri, 2 Dec 2022 12:13:01 +0300 Subject: [PATCH] [*] Sync stability fix --- cellframe-sdk | 2 +- python-cellframe | 2 +- version.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cellframe-sdk b/cellframe-sdk index 45c1a0308..5c0b41059 160000 --- a/cellframe-sdk +++ b/cellframe-sdk @@ -1 +1 @@ -Subproject commit 45c1a0308aa9c78f70a04a539cfaaaf4324897b1 +Subproject commit 5c0b41059813f96639812b66f7788a9e65aaad36 diff --git a/python-cellframe b/python-cellframe index 34df3bd97..f43669c6a 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit 34df3bd975519676dbc2af37da511ddebb7b5d7f +Subproject commit f43669c6a02cd106e9fe3251528f367ee96e8a98 diff --git a/version.mk b/version.mk index a3ec69368..7cbc17633 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ VERSION_MAJOR=5 VERSION_MINOR=2 -VERSION_PATCH=4 \ No newline at end of file +VERSION_PATCH=5 \ No newline at end of file -- GitLab