From 832ceb315db2b7bb286d043c9c516c343b716f82 Mon Sep 17 00:00:00 2001 From: Roman Khlopkov <roman.khlopkov@demlabs.net> Date: Wed, 14 Jun 2023 12:16:21 +0300 Subject: [PATCH] [*] sys.prefixes setting for embedded python --- python-cellframe | 2 +- version.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python-cellframe b/python-cellframe index b1d15f9a3..ede8d7448 160000 --- a/python-cellframe +++ b/python-cellframe @@ -1 +1 @@ -Subproject commit b1d15f9a307e40c4f53afbd307fe1daabdb376a1 +Subproject commit ede8d744863b847c6036cb3a37ca1df1fcb418b5 diff --git a/version.mk b/version.mk index d04641cfb..3bedcc596 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ VERSION_MAJOR=5 VERSION_MINOR=2 -VERSION_PATCH=164 +VERSION_PATCH=165 -- GitLab