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 be343e7 commit 2794330Copy full SHA for 2794330
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 = 31
+_version_minor = 32
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