From f1db806bd8f9fe1f23fd029cd43ecd3db05c92f3 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Fri, 28 Feb 2020 12:08:19 +0100 Subject: [PATCH] Update version and copyright years --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 41bf95871..80cbd510a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,13 +24,13 @@ django.setup() # -- Project information ----------------------------------------------------- project = 'AlekSIS' -copyright = '2019, AlekSIS team @ Teckids e.V.' +copyright = '2019, 2020, AlekSIS team @ Teckids e.V.' author = 'AlekSIS team @ Teckids e.V.' # The short X.Y version -version = '1.0' +version = '2.0' # The full version, including alpha/beta/rc tags -release = '1.0dev0' +release = '2.0a1' # -- General configuration --------------------------------------------------- -- GitLab