From a264e98e26f6369a55caa098940ea41fc878d416 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Mon, 2 Mar 2020 11:20:08 +0100 Subject: [PATCH] Bump version and copyright years --- gvacommon/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gvacommon/__init__.py b/gvacommon/__init__.py index e2f141e..aa2947c 100644 --- a/gvacommon/__init__.py +++ b/gvacommon/__init__.py @@ -1,6 +1,6 @@ # # gvacommon - common parts of gnuviechadmin -# Copyright (C) 2015-2018 Jan Dittberner +# Copyright (C) 2015-2020 Jan Dittberner # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -15,4 +15,4 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # -__version__ = '0.4.0' +__version__ = '0.5.0'