Mercurial > getan
changeset 502:fea767901dbc
Changed version to 3.1dev1.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Tue, 18 Sep 2018 12:26:23 +0200 |
parents | f5e1a78173cb |
children | 65256f68a0a7 |
files | getan/__init__.py getan/backend.py |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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__)
--- 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@intevation.de> # Ingo Weinzierl <ingo.weinzierl@intevation.de> # (c) 2011 Björn Ricks <bjoern.ricks@intevation.de> +# (c) 2018 Intevation GmbH +# Authors: +# * Magnus Schieder <magnus.schieder@intevation.de> # # This is Free Software licensed unter the terms of GPLv3 or later. # For details see LICENSE coming with the source of 'getan'.