view getan/__init__.py @ 557:1ff4fd3a773b

Added tag 3.5 for changeset 15a4c471399c
author Magnus Schieder <magnus.schieder@intevation.de>
date Thu, 23 Apr 2020 21:19:42 +0200
parents 8b92ed4e40d8
children 2d8294d02636
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", "5")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)