summaryrefslogtreecommitdiffstats
path: root/contrib/python/ipython/py2/IPython/core
diff options
context:
space:
mode:
authorarcadia-devtools <[email protected]>2022-02-28 11:48:30 +0300
committerarcadia-devtools <[email protected]>2022-02-28 11:48:30 +0300
commitfe01c5041a843ee05cf4bf58b020eba53b909caf (patch)
tree39e7cfe9de8ae629e9aca17c222f72195afefb67 /contrib/python/ipython/py2/IPython/core
parented2cd4470267ae1bbe21e78e8319a02376e609ad (diff)
intermediate changes
ref:a9d4234963219fc3b778fe9667bd10e632ddd89b
Diffstat (limited to 'contrib/python/ipython/py2/IPython/core')
-rw-r--r--contrib/python/ipython/py2/IPython/core/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/ipython/py2/IPython/core/release.py b/contrib/python/ipython/py2/IPython/core/release.py
index 94dea1073b1..3aefc2393f4 100644
--- a/contrib/python/ipython/py2/IPython/core/release.py
+++ b/contrib/python/ipython/py2/IPython/core/release.py
@@ -20,7 +20,7 @@ name = 'ipython'
# release. 'dev' as a _version_extra string means this is a development
# version
_version_major = 5
-_version_minor = 9
+_version_minor = 10
_version_patch = 0
_version_extra = '.dev'
# _version_extra = 'rc1'