From dc9e8245de3e609123986609bc37e6c182f30df0 Mon Sep 17 00:00:00 2001 From: Stefano Maggiolo Date: Tue, 10 Apr 2018 17:12:45 +0100 Subject: [PATCH] Version 1.3.1 https://github.com/cms-dev/cms/wiki/CMS-1.3.1-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 3afe7a951b..2866e21803 100644 --- a/cms/__init__.py +++ b/cms/__init__.py @@ -49,7 +49,7 @@ ] -__version__ = '1.3.0' +__version__ = '1.3.1' # Instantiate or import these objects. diff --git a/docs/conf.py b/docs/conf.py index cf6637067b..eb1931a52c 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.0' +release = '1.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.