aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py3/IPython/core/release.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-04-15 10:18:44 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-04-15 10:26:35 +0300
commit7930380b354abe9969174901a4e8a730ab1d0906 (patch)
tree43c5e5107bc0cf0ac7c74f82874451a7a83aa173 /contrib/python/ipython/py3/IPython/core/release.py
parent969a7065950f3f4c76d45c7bb813a3e27df8a466 (diff)
downloadydb-7930380b354abe9969174901a4e8a730ab1d0906.tar.gz
Intermediate changes
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 f668902edf..6a22386858 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