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 59a7834 commit 2ae7981Copy full SHA for 2ae7981
1 file changed
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 = 1
24
-_version_patch = 1
+_version_minor = 2
+_version_patch = 0
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