Skip to content

Commit e3ede9e

Browse files
committed
Kicking off development of CMS 1.2.
1 parent 3e43eeb commit e3ede9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '1.1'
51+
version = '1.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.1.0'
53+
release = '1.2.0pre'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def do_setup():
8787
os.chmod(file_, 0644)
8888

8989
setup(name="cms",
90-
version="1.1.0",
90+
version="1.2.0pre",
9191
author="The CMS development team",
9292
author_email="contestms@freelists.org",
9393
url="https://github.com/cms-dev/cms",

0 commit comments

Comments
 (0)