summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/release.py
diff options
context:
space:
mode:
authorAlexSm <[email protected]>2024-04-16 15:03:33 +0200
committerGitHub <[email protected]>2024-04-16 15:03:33 +0200
commit12404fb9ad1a72ac7c8ed9b6b16b53652a62b4d9 (patch)
tree82254a45378bcf318f7b7449619add5ef88a1f2d /contrib/python/ipython/py3/IPython/core/release.py
parent49938e7390a5e43a92d77b020fe6d4ba293b792d (diff)
parentf4cb54d99ec00b65273124768e652f4f747eba0d (diff)
Merge pull request #3767 from ydb-platform/mergelibs-240416-0910
Library import 240416-0910
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/release.py')
-rw-r--r--contrib/python/ipython/py3/IPython/core/release.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/release.py b/contrib/python/ipython/py3/IPython/core/release.py
index f668902edf0..6a22386858b 100644
--- a/contrib/python/ipython/py3/IPython/core/release.py
+++ b/contrib/python/ipython/py3/IPython/core/release.py
@@ -16,8 +16,8 @@
# release. 'dev' as a _version_extra string means this is a development
# version
_version_major = 8
-_version_minor = 22
-_version_patch = 2
+_version_minor = 23
+_version_patch = 0
_version_extra = ".dev"
# _version_extra = "rc1"
_version_extra = "" # Uncomment this for full releases