Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit a47ce92

Browse files
1 parent f19dc05 commit a47ce92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.2'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.2.0pre'
53+
release = '1.2.0'
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
@@ -96,7 +96,7 @@ def do_setup():
9696
os.chmod(file_, 0644)
9797

9898
setup(name="cms",
99-
version="1.2.0pre",
99+
version="1.2.0",
100100
author="The CMS development team",
101101
author_email="contestms@freelists.org",
102102
url="https://github.com/cms-dev/cms",

0 commit comments

Comments
 (0)