From 804ec8b75113285bbc2e10d6a950e534dbe43615 Mon Sep 17 00:00:00 2001 From: Daniel Kontsek Date: Wed, 3 Jan 2018 13:46:57 +0100 Subject: [PATCH] Updated copyright year in API documentation --- doc/api/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/source/conf.py b/doc/api/source/conf.py index d67f2cb4..df316ef6 100644 --- a/doc/api/source/conf.py +++ b/doc/api/source/conf.py @@ -23,7 +23,7 @@ # noinspection PyPep8Naming from core.version import __version__ as VERSION except ImportError: - VERSION = '2.?' + VERSION = '3.?' # -- General configuration ----------------------------------------------------- @@ -49,7 +49,7 @@ # General information about the project. project = u'Danube Cloud API' # noinspection PyShadowingBuiltins -copyright = u'2013-2017, Erigones, s. r. o.' +copyright = u'2013-2018, Erigones, s. r. o.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the