Skip to content

Commit

Permalink
Update version number to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wil93 committed Dec 26, 2024
1 parent 168ea0e commit 4a88527
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]


__version__ = '1.5.dev0'
__version__ = "1.5.0"


# Instantiate or import these objects.
Expand Down
20 changes: 10 additions & 10 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -104,7 +104,7 @@
#html_theme_path = []

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

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

0 comments on commit 4a88527

Please sign in to comment.