Skip to content

Commit ce39621

Browse files
committed
1 parent 478fe96 commit ce39621

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.0.0pre'
53+
release = '1.0.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
@@ -76,7 +76,7 @@ def do_setup():
7676
os.chmod(file_, 0644)
7777

7878
setup(name="cms",
79-
version="1.0.0pre",
79+
version="1.0.0",
8080
author="The CMS development team",
8181
author_email="contestms@freelists.org",
8282
url="https://github.com/cms-dev/cms",

0 commit comments

Comments
 (0)