comparison getan/__init__.py @ 418:cd990c7dc746 2.0.post1

Version: Prepares for 2.0.post1 release. * Adds more documentation how to use getan.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 03 May 2017 17:13:37 +0200
parents 857d76de4a2f
children 8f6ea0e3a988
comparison
equal deleted inserted replaced
417:d6d9d319bd2e 418:cd990c7dc746
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", "0", "dev0") 9 __version_info__ = ("2", "0", "post1")
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)