We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d311fb commit 3e43eebCopy full SHA for 3e43eeb
docs/conf.py
@@ -50,7 +50,7 @@
50
# The short X.Y version.
51
version = '1.1'
52
# The full version, including alpha/beta/rc tags.
53
-release = '1.1.0pre'
+release = '1.1.0'
54
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
# for a list of supported languages.
setup.py
@@ -87,7 +87,7 @@ def do_setup():
87
os.chmod(file_, 0644)
88
89
setup(name="cms",
90
- version="1.1.0pre",
+ version="1.1.0",
91
author="The CMS development team",
92
author_email="contestms@freelists.org",
93
url="https://github.com/cms-dev/cms",
0 commit comments