diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-12 09:19:22 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-12 10:03:59 +0300 |
commit | 35ab3d074cfa6f30b39387a50ed154199b202006 (patch) | |
tree | c0d98f3cb73e89588ca0d9312164724b7bf159c5 /contrib/python/ipython/py3/IPython/core/release.py | |
parent | 965ccc1b60627c70d0cedc79d0a738dc6bcd03a5 (diff) | |
download | ydb-35ab3d074cfa6f30b39387a50ed154199b202006.tar.gz |
Update contrib/python/ipython/py3 to 8.18.1
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 f79a43ab3b..d012ec426b 100644 --- a/contrib/python/ipython/py3/IPython/core/release.py +++ b/contrib/python/ipython/py3/IPython/core/release.py @@ -17,7 +17,7 @@ # version _version_major = 8 _version_minor = 18 -_version_patch = 0 +_version_patch = 1 _version_extra = ".dev" # _version_extra = "rc1" _version_extra = "" # Uncomment this for full releases |