[Getan-commits] [PATCH 01 of 16] Update version after release 1.1
Wald Commits
scm-commit at wald.intevation.org
Mon Mar 3 15:00:32 CET 2014
# HG changeset patch
# User Björn Ricks <bjoern.ricks at intevation.de>
# Date 1393839915 -3600
# Node ID 3a80a914a0245af0dfe1e8bf2490306b259dde06
# Parent da4fb1dc801696483089ff7dd97bf5fb45c25ccc
Update version after release 1.1
diff -r da4fb1dc8016 -r 3a80a914a024 getan/__init__.py
--- a/getan/__init__.py Mon Mar 03 10:44:39 2014 +0100
+++ b/getan/__init__.py Mon Mar 03 10:45:15 2014 +0100
@@ -5,5 +5,5 @@
# This is Free Software licensed under the terms of GPLv3 or later.
# For details see LICENSE coming with the source of 'getan'.
-__version_info__ = ("1", "1")
+__version_info__ = ("1", "2dev1")
__version__ = '.'.join(__version_info__)
More information about the Getan-commits
mailing list