diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-09 08:18:12 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-09 08:35:25 +0300 |
commit | 1a5ddc956c05a593cbe2d043d5f4e190602d9b98 (patch) | |
tree | 7316ec45b1d291595bc6841b8e6416c3fddf1e93 /contrib/python/ipython/py3/IPython/core/release.py | |
parent | 5f8da71fa8b7ccef2ff0900693a77069bf8b4eab (diff) | |
download | ydb-1a5ddc956c05a593cbe2d043d5f4e190602d9b98.tar.gz |
Update contrib/python/ipython/py3 to 8.18.0
Diffstat (limited to 'contrib/python/ipython/py3/IPython/core/release.py')
-rw-r--r-- | contrib/python/ipython/py3/IPython/core/release.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/ipython/py3/IPython/core/release.py b/contrib/python/ipython/py3/IPython/core/release.py index 8a349a17c6..f79a43ab3b 100644 --- a/contrib/python/ipython/py3/IPython/core/release.py +++ b/contrib/python/ipython/py3/IPython/core/release.py @@ -16,8 +16,8 @@ # release. 'dev' as a _version_extra string means this is a development # version _version_major = 8 -_version_minor = 17 -_version_patch = 2 +_version_minor = 18 +_version_patch = 0 _version_extra = ".dev" # _version_extra = "rc1" _version_extra = "" # Uncomment this for full releases |