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 ef3bae3 commit 5ef2dbbCopy full SHA for 5ef2dbb
1 file changed
IPython/core/release.py
@@ -16,11 +16,11 @@
16
# release. 'dev' as a _version_extra string means this is a development
17
# version
18
_version_major = 8
19
-_version_minor = 17
20
-_version_patch = 2
+_version_minor = 18
+_version_patch = 0
21
_version_extra = ".dev"
22
# _version_extra = "rc1"
23
-_version_extra = "" # Uncomment this for full releases
+# _version_extra = "" # Uncomment this for full releases
24
25
# Construct full version string from these.
26
_ver = [_version_major, _version_minor, _version_patch]
0 commit comments