Mercurial > getan
changeset 449:50b00768575e
Version: bumps to 2.2.dev2
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Mon, 22 Jan 2018 08:14:34 +0100 |
parents | ce70c76754e4 |
children | 45b7b83efaed |
files | getan/__init__.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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@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__)