comparison getan/__init__.py @ 502:fea767901dbc

Changed version to 3.1dev1.
author Magnus Schieder <mschieder@intevation.de>
date Tue, 18 Sep 2018 12:26:23 +0200
parents bb08400729fb
children 9dc72bf6d6d2
comparison
equal deleted inserted replaced
501:f5e1a78173cb 502:fea767901dbc
4 # (c) 2017, 2018 by Intevation GmbH 4 # (c) 2017, 2018 by Intevation GmbH
5 # 5 #
6 # This is Free Software licensed under the terms of GPLv3 or later. 6 # This is Free Software licensed under the terms of GPLv3 or later.
7 # For details see LICENSE coming with the source of 'getan'. 7 # For details see LICENSE coming with the source of 'getan'.
8 8
9 __version_info__ = ("3", "1") 9 __version_info__ = ("3", "1" "dev1")
10 __version__ = '.'.join(__version_info__) 10 __version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)