view getan/__init__.py @ 449:50b00768575e

Version: bumps to 2.2.dev2
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 22 Jan 2018 08:14:34 +0100
parents 57dd0f7ce58f
children 45b7b83efaed
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__ = ("2", "2", "dev2")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)