comparison getan/__init__.py @ 543:3ef4825fe65d

Prepares for release 3.4
author Magnus Schieder <magnus.schieder@intevation.de>
date Fri, 31 Jan 2020 15:38:32 +0100
parents 47c17df47500
children 28b1c18c900f
comparison
equal deleted inserted replaced
542:525ac205dca2 543:3ef4825fe65d
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", "3") 9 __version_info__ = ("3", "4")
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)