view getan/__init__.py @ 502:fea767901dbc

Changed version to 3.1dev1.
author Magnus Schieder <mschieder@intevation.de>
date Tue, 18 Sep 2018 12:26:23 +0200
parents bb08400729fb
children 9dc72bf6d6d2
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", "1" "dev1")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)