diff --git a/cms/__init__.py b/cms/__init__.py index 1f39604a49..3afe7a951b 100644 --- a/cms/__init__.py +++ b/cms/__init__.py @@ -49,7 +49,7 @@ ] -__version__ = '1.3.rc0' +__version__ = '1.3.0' # Instantiate or import these objects. diff --git a/docs/conf.py b/docs/conf.py index abb2b5345a..cf6637067b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '1.3' # The full version, including alpha/beta/rc tags. -release = '1.3.rc0' +release = '1.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.