[Getan-commits] [PATCH] Changed version to 3.1dev1
Wald Commits
scm-commit at wald.intevation.org
Tue Sep 18 12:26:28 CEST 2018
# HG changeset patch
# User Magnus Schieder <mschieder at intevation.de>
# Date 1537266383 -7200
# Node ID fea767901dbc26e66754942da6a1877302eceb1c
# Parent f5e1a78173cb9629c56b7a8a39d80505acb3ab6a
Changed version to 3.1dev1.
diff -r f5e1a78173cb -r fea767901dbc getan/__init__.py
--- a/getan/__init__.py Tue Sep 18 12:13:51 2018 +0200
+++ b/getan/__init__.py Tue Sep 18 12:26:23 2018 +0200
@@ -6,5 +6,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__ = ("3", "1")
+__version_info__ = ("3", "1" "dev1")
__version__ = '.'.join(__version_info__)
diff -r f5e1a78173cb -r fea767901dbc getan/backend.py
--- a/getan/backend.py Tue Sep 18 12:13:51 2018 +0200
+++ b/getan/backend.py Tue Sep 18 12:26:23 2018 +0200
@@ -4,6 +4,9 @@
# Sascha L. Teichmann <sascha.teichmann at intevation.de>
# Ingo Weinzierl <ingo.weinzierl at intevation.de>
# (c) 2011 Björn Ricks <bjoern.ricks at intevation.de>
+# (c) 2018 Intevation GmbH
+# Authors:
+# * Magnus Schieder <magnus.schieder at intevation.de>
#
# This is Free Software licensed unter the terms of GPLv3 or later.
# For details see LICENSE coming with the source of 'getan'.
More information about the Getan-commits
mailing list