summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/release.py
diff options
context:
space:
mode:
authorAlexander Smirnov <[email protected]>2025-01-09 19:26:50 +0000
committerAlexander Smirnov <[email protected]>2025-01-09 19:26:50 +0000
commit3a97a180a9197b3e1af947fb88bea0a2a4d2affc (patch)
tree8f0cda27f9a3a16928e9ba930bbd265322f10681 /contrib/python/ipython/py3/IPython/core/release.py
parente70ca08935eb501e86ba93d59815644c96440278 (diff)
parent8afdc968f1e9643c795686f3349e69bc1db54195 (diff)
Merge pull request #13242 from ydb-platform/merge-libs-250109-1621
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 702e037a246..06917bb8ae0 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 = 30
+_version_minor = 31
_version_patch = 0
_version_extra = ".dev"
# _version_extra = "rc1"