diff options
| author | YDBot <[email protected]> | 2026-05-31 06:08:19 +0000 |
|---|---|---|
| committer | YDBot <[email protected]> | 2026-05-31 06:08:19 +0000 |
| commit | e2606eb1561c25022e8c3e136f0d7f4bb609605d (patch) | |
| tree | e7fa7bf76ff9f54b0d98a7f964e4df9f7a9be19c /contrib/python/ipython/py3/IPython/core/release.py | |
| parent | 73a9e03913319d276ed99dbbe5529ba4de3bf472 (diff) | |
| parent | b11572b8ecb76afad23277da43135cf3f3a37a64 (diff) | |
Merge pull request #41963 from ydb-platform/merge-rightlib-260531-0129
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 11f7cb31694..06d733a2a2a 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 = 38 +_version_minor = 39 _version_patch = 0 _version_extra = ".dev" # _version_extra = "rc1" |
