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 846bfab commit d4c2c11Copy full SHA for d4c2c11
doc/src/conf.py
@@ -42,7 +42,7 @@
42
# The short X.Y version.
43
version = '7.2'
44
# The full version, including alpha/beta/rc tags.
45
-release = '7.2.0-dev'
+release = '7.2.0'
46
47
# There are two options for replacing |today|: either, you set today to some
48
# non-false value, then it is used:
setup.py
@@ -20,7 +20,7 @@
20
from distutils.extension import Extension
21
22
# define build constants
23
-BUILD_VERSION = "7.2.0-dev"
+BUILD_VERSION = "7.2.0"
24
25
# setup extra link and compile args
26
extraLinkArgs = []
0 commit comments