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 ce39621 commit 30e82bbCopy full SHA for 30e82bb
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '1.0'
+version = '1.1'
52
# The full version, including alpha/beta/rc tags.
53
-release = '1.0.0'
+release = '1.1.0pre'
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.0",
+ version="1.1.0pre",
80
author="The CMS development team",
81
author_email="contestms@freelists.org",
82
url="https://github.com/cms-dev/cms",
0 commit comments