0

docs: update copyright year, version, release

Bump version and release to 0.13, update the copyright date from
2017 (!!!) to 2019.
This commit is contained in:
Nicolas F
2019-03-02 16:35:23 +01:00
parent 846b7ab8f8
commit 0499f8d168

View File

@@ -41,16 +41,16 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Overviewer' project = u'Overviewer'
copyright = u'2010-2017 The Overviewer Team' copyright = u'2010-2019 The Overviewer Team'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = "0.12" version = "0.13"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = "0.12" release = "0.13"
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.