view getan/__init__.py @ 346:3a80a914a024

Update version after release 1.1
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 03 Mar 2014 10:45:15 +0100
parents 2c7f3bb7b673
children 69ef6f89e930
line wrap: on
line source
# -*- coding: utf-8 -*-
#
# (c) 2013, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
#
# This is Free Software licensed under the terms of GPLv3 or later.
# For details see LICENSE coming with the source of 'getan'.

__version_info__ = ("1", "2dev1")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)