diff options
| author | Alexander Smirnov <[email protected]> | 2024-10-19 17:59:18 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2024-10-19 17:59:18 +0000 |
| commit | ceddbfe68f6ec7949a4062716c8f9840a59c6888 (patch) | |
| tree | abfecadbb9c1e5aea40701dd20d902cb7bccd962 /contrib/python/ipython/py3/IPython/core/release.py | |
| parent | 07f2e60d02d95eab14a86a4b9469db1af7795001 (diff) | |
| parent | d920c750e476fa2dc80c45f990d9456b1afeadd1 (diff) | |
Merge branch 'rightlib' into mergelibs-241019-1758
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 c77f561096b..fb5a54da6ab 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 = 27 +_version_minor = 28 _version_patch = 0 _version_extra = ".dev" # _version_extra = "rc1" |
