From 4a74741c3ac101e0c376136a196b90030c9a4c9a Mon Sep 17 00:00:00 2001 From: Stefano Maggiolo Date: Sun, 12 Mar 2017 17:19:49 +0000 Subject: [PATCH] Version 1.3.rc0 https://github.com/cms-dev/cms/wiki/CMS-1.3.rc0-RELEASE-NOTES --- cms/__init__.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/__init__.py b/cms/__init__.py index eddd8f8764..1f39604a49 100644 --- a/cms/__init__.py +++ b/cms/__init__.py @@ -49,7 +49,7 @@ ] -__version__ = '1.3.dev0' +__version__ = '1.3.rc0' # Instantiate or import these objects. diff --git a/docs/conf.py b/docs/conf.py index e8ddf73ff4..abb2b5345a 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.dev0' +release = '1.3.rc0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.