diff options
| author | Maxim Yurchuk <[email protected]> | 2024-10-20 00:06:50 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-20 00:06:50 +0300 |
| commit | e0b481c6710337ae655271bbb80afe6ac81a5614 (patch) | |
| tree | dba67dc017935800d0c3f8dc967e9522c5302bd2 /contrib/python/ipython/py3/IPython/core/release.py | |
| parent | 07f2e60d02d95eab14a86a4b9469db1af7795001 (diff) | |
| parent | f04ad7e5462f5910ef95f2efd15c509e539ae62d (diff) | |
Merge pull request #10642 from ydb-platform/mergelibs-241019-1758
Library import 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" |
