view 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 source
# -*- coding: utf-8 -*-
#
# (c) 2013, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
# (c) 2017, 2018 by Intevation GmbH
#
# 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", "7", "dev1")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)