comparison getan/__init__.py @ 561:6d2baff45b47 3.6

Prepares for release 3.6
author Magnus Schieder <magnus.schieder@intevation.de>
date Thu, 14 May 2020 20:39:48 +0200
parents 2d8294d02636
children 1d4c20db7eac
comparison
equal deleted inserted replaced
560:e17b7d1d9220 561:6d2baff45b47
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", "5", "dev1") 9 __version_info__ = ("3", "6")
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)