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.
1 parent 7a62f11 commit d0b2550Copy full SHA for d0b2550
1 file changed
IPython/core/release.py
@@ -24,7 +24,7 @@
24
_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