From e56ab0a932d7e2f0c10a3263310bb4c794fc85bf Mon Sep 17 00:00:00 2001 From: Luca Wehrstedt Date: Thu, 1 Nov 2018 18:17:06 +0100 Subject: [PATCH] Version 1.4.rc1 https://github.com/cms-dev/cms/wiki/CMS-1.4.rc1-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 82ee69f7be..bff119c17b 100644 --- a/cms/__init__.py +++ b/cms/__init__.py @@ -53,7 +53,7 @@ ] -__version__ = '1.4.rc0' +__version__ = '1.4.rc1' # Instantiate or import these objects. diff --git a/docs/conf.py b/docs/conf.py index 380945cfa7..c78d34fccd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '1.4' # The full version, including alpha/beta/rc tags. -release = '1.4.rc0' +release = '1.4.rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.