diff --git a/doc/source/conf.py b/doc/source/conf.py index a9c642ff..dd7b0a84 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -69,16 +69,16 @@ # General information about the project. project = u'SpiNNUtils' -copyright = u'2014-2021' +copyright = u'2014-2023' # 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. # # The short X.Y version. -version = '6.0' +version = '1!7.2' # The full version, including alpha/beta/rc tags. -release = '6.0.1' +release = '1!7.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -289,7 +289,7 @@ epub_title = u'SpiNNUtils' epub_author = u'' epub_publisher = u'' -epub_copyright = u'2014-2017' +epub_copyright = u'2014-2023' # The basename for the epub file. It defaults to the project name. # epub_basename = u'data_allocation'