diff options
Diffstat (limited to 'contrib/python/ipython/py3/IPython')
| -rw-r--r-- | contrib/python/ipython/py3/IPython/core/release.py | 2 | ||||
| -rw-r--r-- | contrib/python/ipython/py3/IPython/utils/_sysinfo.py | 2 |
2 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 f79a43ab3b2..d012ec426bb 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 diff --git a/contrib/python/ipython/py3/IPython/utils/_sysinfo.py b/contrib/python/ipython/py3/IPython/utils/_sysinfo.py index 35828a83e62..8cb62ae3d01 100644 --- a/contrib/python/ipython/py3/IPython/utils/_sysinfo.py +++ b/contrib/python/ipython/py3/IPython/utils/_sysinfo.py @@ -1,2 +1,2 @@ # GENERATED BY setup.py -commit = "928881c53" +commit = "49914f938" |
