From 6cde140c5cffe310f5a5e6d1ab1cfd1598a53818 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 8 Jul 2023 17:26:37 +0200 Subject: [PATCH] Bump version --- gvacommon/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gvacommon/__init__.py b/gvacommon/__init__.py index aa2947c..f2768d3 100644 --- a/gvacommon/__init__.py +++ b/gvacommon/__init__.py @@ -1,6 +1,6 @@ # # gvacommon - common parts of gnuviechadmin -# Copyright (C) 2015-2020 Jan Dittberner +# Copyright (C) 2015-2023 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.5.0' +__version__ = "0.7.0"