comparison getan/__init__.py @ 434:11c2a3beee91 2.1

Prepares for release 2.1.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 07 Sep 2017 17:16:05 +0200
parents 80a577ac3a25
children 57dd0f7ce58f
comparison
equal deleted inserted replaced
433:266634f3712a 434:11c2a3beee91
4 # (c) 2017 by Intevation GmbH 4 # (c) 2017 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__ = ("2", "1", "dev1") 9 __version_info__ = ("2", "1")
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)