summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/release.py
diff options
context:
space:
mode:
authorMaxim Yurchuk <[email protected]>2024-09-16 16:22:11 +0300
committerGitHub <[email protected]>2024-09-16 16:22:11 +0300
commit3d9a39603bc00c77c41243d12a98cac4c8e021af (patch)
tree09f28df05a8becc3f370e038f3342e22df08eab1 /contrib/python/ipython/py3/IPython/core/release.py
parenta179d17fdc3dd8f6aea1e8a0224e7a537bea168d (diff)
parent15639a8621f3301c1770fedd20c86c6d2090a754 (diff)
Merge pull request #9292 from ydb-platform/mergelibs-240916-1031
Library import 240916-1031
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/release.py')
-rw-r--r--contrib/python/ipython/py3/IPython/core/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/release.py b/contrib/python/ipython/py3/IPython/core/release.py
index b72524d6ff8..c77f561096b 100644
--- a/contrib/python/ipython/py3/IPython/core/release.py
+++ b/contrib/python/ipython/py3/IPython/core/release.py
@@ -16,7 +16,7 @@
# release. 'dev' as a _version_extra string means this is a development
# version
_version_major = 8
-_version_minor = 26
+_version_minor = 27
_version_patch = 0
_version_extra = ".dev"
# _version_extra = "rc1"