diff 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
line wrap: on
line diff
--- a/getan/__init__.py	Tue Jun 01 16:02:55 2021 +0200
+++ b/getan/__init__.py	Tue Jun 01 16:07:01 2021 +0200
@@ -6,5 +6,5 @@
 # This is Free Software licensed under the terms of GPLv3 or later.
 # For details see LICENSE coming with the source of 'getan'.
 
-__version_info__ = ("3", "6")
+__version_info__ = ("3", "7", "dev1")
 __version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)