diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-11 14:26:05 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-11 14:35:40 +0300 |
commit | ebf1daa4c46f1c48865e6db613db68751770ccea (patch) | |
tree | d58d354f25c8106d5add16f6e2979d0e353e0318 /contrib/python/ipython/py3/IPython/core/release.py | |
parent | 8173b4515355158a5787dcb12aa6036874776101 (diff) | |
download | ydb-ebf1daa4c46f1c48865e6db613db68751770ccea.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.py | 2 |
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 6a22386858..3abbedef73 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 = 23 +_version_minor = 24 _version_patch = 0 _version_extra = ".dev" # _version_extra = "rc1" |