We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478fe96 commit ce39621Copy full SHA for ce39621
2 files changed
docs/conf.py
@@ -50,7 +50,7 @@
50
# The short X.Y version.
51
version = '1.0'
52
# The full version, including alpha/beta/rc tags.
53
-release = '1.0.0pre'
+release = '1.0.0'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -76,7 +76,7 @@ def do_setup():
76
os.chmod(file_, 0644)
77
78
setup(name="cms",
79
- version="1.0.0pre",
+ version="1.0.0",
80
author="The CMS development team",
81
author_email="contestms@freelists.org",
82
url="https://github.com/cms-dev/cms",
0 commit comments