view getan/__init__.py @ 531:47c17df47500 3.3

Prepares for release 3.3
author Magnus Schieder <mschieder@intevation.de>
date Fri, 14 Jun 2019 16:11:42 +0200
parents 210bd796829e
children 3ef4825fe65d
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", "3")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)