Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bdc6f commit 2486838Copy full SHA for 2486838
IPython/core/release.py
@@ -20,11 +20,11 @@
20
# release. 'dev' as a _version_extra string means this is a development
21
# version
22
_version_major = 7
23
-_version_minor = 17
24
-_version_patch = 0
+_version_minor = 16
+_version_patch = 1
25
_version_extra = '.dev'
26
# _version_extra = 'b1'
27
-# _version_extra = '' # Uncomment this for full releases
+_version_extra = '' # Uncomment this for full releases
28
29
# Construct full version string from these.
30
_ver = [_version_major, _version_minor, _version_patch]
0 commit comments