diff options
| author | Alexander Smirnov <[email protected]> | 2024-09-16 10:32:31 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2024-09-16 10:32:31 +0000 |
| commit | 52a419c59b731f4c91b5e597e31777d824685fbe (patch) | |
| tree | 27ca267e7fb3893d72a5c247639e1bc65fe47176 /contrib/python/ipython/py3/IPython/core/release.py | |
| parent | efd8a439c7785df17481842ece1875fdd3644140 (diff) | |
| parent | 7c696077507829e429a5c82f061c0664d183bc3d (diff) | |
Merge branch 'rightlib' into mergelibs-240916-1031
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 b72524d6ff8..c77f561096b 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 = 26 +_version_minor = 27 _version_patch = 0 _version_extra = ".dev" # _version_extra = "rc1" |
