[Getan-commits] [PATCH] Version: bumps to 2.2.dev2

Wald Commits scm-commit at wald.intevation.org
Mon Jan 22 08:14:46 CET 2018


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1516605274 -3600
# Node ID 50b00768575e90a802fa77cf446430f25c0320f9
# Parent  ce70c76754e47a3d550c564dec181a239604100a
Version: bumps to 2.2.dev2

diff -r ce70c76754e4 -r 50b00768575e getan/__init__.py
--- a/getan/__init__.py	Thu Jan 18 21:41:25 2018 +0100
+++ b/getan/__init__.py	Mon Jan 22 08:14:34 2018 +0100
@@ -1,10 +1,10 @@
 # -*- coding: utf-8 -*-
 #
 # (c) 2013, 2014 by Björn Ricks <bjoern.ricks at intevation.de>
-# (c) 2017 by Intevation GmbH
+# (c) 2017, 2018 by Intevation GmbH
 #
 # This is Free Software licensed under the terms of GPLv3 or later.
 # For details see LICENSE coming with the source of 'getan'.
 
-__version_info__ = ("2", "2", "dev1")
+__version_info__ = ("2", "2", "dev2")
 __version__ = '.'.join(__version_info__)


More information about the Getan-commits mailing list