summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/release.py
diff options
context:
space:
mode:
authorAlexander Smirnov <[email protected]>2025-01-09 16:22:34 +0000
committerAlexander Smirnov <[email protected]>2025-01-09 16:22:34 +0000
commit036ef093f02730f721d4c50acb19daae81aa555b (patch)
treed43f4d6079318412c1cca2918729daf4de385b5c /contrib/python/ipython/py3/IPython/core/release.py
parent275b86e4c5f65262282ca8333d07ee785676f75b (diff)
parentf619272b3b015bfb7a1a466a22bbfdd2dbfd9913 (diff)
Merge branch 'rightlib' into 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"