There was an error while loading. Please reload this page.
1 parent 5fa1e40 commit d43c7c7Copy full SHA for d43c7c7
IPython/core/release.py
@@ -24,7 +24,7 @@
24
_version_patch = 3
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