From 421c0a73bc8e8cfed0f1188bd886e741dff1076a Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 29 Jul 2020 15:29:12 +0200 Subject: Migrate to Python 3 Signed-off-by: David Sommerseth --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/source') diff --git a/docs/source/conf.py b/docs/source/conf.py index deae582..5033a0d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -42,16 +42,16 @@ master_doc = 'index' # General information about the project. project = u'logactio' -copyright = u'2012-2015, David Sommerseth' +copyright = u'2012-2020, David Sommerseth' # 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 = '1.0' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -223,7 +223,7 @@ man_pages = [ epub_title = u'logactio' epub_author = u'David Sommerseth' epub_publisher = u'David Sommerseth' -epub_copyright = u'2012-2015, David Sommerseth' +epub_copyright = u'2012-2020, David Sommerseth' # The language of the text. It defaults to the language option # or en if the language is not set. -- cgit