diff options
| author | Alexander Smirnov <[email protected]> | 2025-01-09 19:26:50 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2025-01-09 19:26:50 +0000 |
| commit | 3a97a180a9197b3e1af947fb88bea0a2a4d2affc (patch) | |
| tree | 8f0cda27f9a3a16928e9ba930bbd265322f10681 /contrib/python/ipython/py3/IPython/core/release.py | |
| parent | e70ca08935eb501e86ba93d59815644c96440278 (diff) | |
| parent | 8afdc968f1e9643c795686f3349e69bc1db54195 (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.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 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" |
