From 4a8852745a076e922e1223a3ef9e15eb467259e7 Mon Sep 17 00:00:00 2001 From: William Di Luigi Date: Thu, 26 Dec 2024 19:20:00 +0100 Subject: [PATCH] Update version number to 1.5.0 --- cms/__init__.py | 2 +- docs/conf.py | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cms/__init__.py b/cms/__init__.py index 8f17c113a..5b841e5fe 100644 --- a/cms/__init__.py +++ b/cms/__init__.py @@ -45,7 +45,7 @@ ] -__version__ = '1.5.dev0' +__version__ = "1.5.0" # Instantiate or import these objects. diff --git a/docs/conf.py b/docs/conf.py index 9170a7f4b..c87a0bf42 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,8 +11,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os -from datetime import datetime +import sys +import os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -42,17 +42,17 @@ # General information about the project. project = "CMS" -_current_year = datetime.now().year -copyright = f"{_current_year}, The CMS development team" +# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-copyright +copyright = "2011-%Y, The CMS development team" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -# built documents. +# built documents. Defaults to an empty string. # -# The short X.Y version. -version = '1.5' -# The full version, including alpha/beta/rc tags. -release = '1.5.dev0' +# See: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-version +# +# version = '' +release = "1.5.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -104,7 +104,7 @@ #html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". +# " documentation". #html_title = None # A shorter title for the navigation bar. Default is the same as html_title.