From 54c09f533991e9ff18b6cc39449220742c8e883f Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 29 Jan 2016 14:21:24 +0100 Subject: [PATCH] Set version number to 0.2.1 --- gvacommon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvacommon/__init__.py b/gvacommon/__init__.py index 70c446e..c6fee22 100644 --- a/gvacommon/__init__.py +++ b/gvacommon/__init__.py @@ -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.2.1.dev1' +__version__ = '0.2.1'