diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-04 15:53:08 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-04 16:07:11 +0300 |
commit | 0aaf156b641766ba2f26c5c54f2aa02016bb51f4 (patch) | |
tree | 4aefc952c87e1dc424ec9002f05412ce4b2b2598 /contrib/python/ipython/py3/IPython/core/release.py | |
parent | a719ba289f03a96a2ad4e96605e57870e50a992b (diff) | |
download | ydb-0aaf156b641766ba2f26c5c54f2aa02016bb51f4.tar.gz |
Intermediate changes
commit_hash:52e193336c733675186ea9e84a61825375cdab04
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 702e037a24..06917bb8ae 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" |