Skip to content

Commit 4a74741

Browse files
1 parent af988d7 commit 4a74741

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
]
5050

5151

52-
__version__ = '1.3.dev0'
52+
__version__ = '1.3.rc0'
5353

5454

5555
# Instantiate or import these objects.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '1.3'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '1.3.dev0'
53+
release = '1.3.rc0'
5454

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

0 commit comments

Comments
 (0)