view getan/__init__.py @ 528:210bd796829e

Updates the description of an entry * When describing an entry, you can now use the arrow keys to select and edit old descriptions. * bumps to 3.2.dev1
author Magnus Schieder <mschieder@intevation.de>
date Mon, 03 Jun 2019 20:19:17 +0200
parents 9dc72bf6d6d2
children 47c17df47500
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", "2", "dev1")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)