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 f19dc05 commit a47ce92Copy full SHA for a47ce92
docs/conf.py
@@ -50,7 +50,7 @@
50
# The short X.Y version.
51
version = '1.2'
52
# The full version, including alpha/beta/rc tags.
53
-release = '1.2.0pre'
+release = '1.2.0'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -96,7 +96,7 @@ def do_setup():
96
os.chmod(file_, 0644)
97
98
setup(name="cms",
99
- version="1.2.0pre",
+ version="1.2.0",
100
author="The CMS development team",
101
author_email="[email protected]",
102
url="https://github.com/cms-dev/cms",
0 commit comments