comparison getan/__init__.py @ 567:1d4c20db7eac

dump version number and add CHANGES entry
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 01 Jun 2021 16:07:01 +0200
parents 6d2baff45b47
children
comparison
equal deleted inserted replaced
566:5ee84c9805f9 567:1d4c20db7eac
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", "6") 9 __version_info__ = ("3", "7", "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)