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 3e43eeb commit e3ede9eCopy full SHA for e3ede9e
docs/conf.py
@@ -48,9 +48,9 @@
48
# built documents.
49
#
50
# The short X.Y version.
51
-version = '1.1'
+version = '1.2'
52
# The full version, including alpha/beta/rc tags.
53
-release = '1.1.0'
+release = '1.2.0pre'
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.0",
+ version="1.2.0pre",
91
author="The CMS development team",
92
author_email="contestms@freelists.org",
93
url="https://github.com/cms-dev/cms",
0 commit comments