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

Commit 3e43eeb

Browse files
committed
1 parent 0d311fb commit 3e43eeb

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.1'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.1.0pre'
53+
release = '1.1.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
@@ -87,7 +87,7 @@ def do_setup():
8787
os.chmod(file_, 0644)
8888

8989
setup(name="cms",
90-
version="1.1.0pre",
90+
version="1.1.0",
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)