Skip to content

Commit 4a88527

Browse files
committed
Update version number to 1.5.0
1 parent 168ea0e commit 4a88527

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

cms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646

4747

48-
__version__ = '1.5.dev0'
48+
__version__ = "1.5.0"
4949

5050

5151
# Instantiate or import these objects.

docs/conf.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
1313

14-
import sys, os
15-
from datetime import datetime
14+
import sys
15+
import os
1616

1717
# If extensions (or modules to document with autodoc) are in another directory,
1818
# add these directories to sys.path here. If the directory is relative to the
@@ -42,17 +42,17 @@
4242

4343
# General information about the project.
4444
project = "CMS"
45-
_current_year = datetime.now().year
46-
copyright = f"{_current_year}, The CMS development team"
45+
# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-copyright
46+
copyright = "2011-%Y, The CMS development team"
4747

4848
# The version info for the project you're documenting, acts as replacement for
4949
# |version| and |release|, also used in various other places throughout the
50-
# built documents.
50+
# built documents. Defaults to an empty string.
5151
#
52-
# The short X.Y version.
53-
version = '1.5'
54-
# The full version, including alpha/beta/rc tags.
55-
release = '1.5.dev0'
52+
# See: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-version
53+
#
54+
# version = ''
55+
release = "1.5.0"
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.
@@ -104,7 +104,7 @@
104104
#html_theme_path = []
105105

106106
# The name for this set of Sphinx documents. If None, it defaults to
107-
# "<project> v<release> documentation".
107+
# "<project> <release> documentation".
108108
#html_title = None
109109

110110
# A shorter title for the navigation bar. Default is the same as html_title.

0 commit comments

Comments
 (0)