view getan/__init__.py @ 552:a59e318c3f72

Improve usage message for --debug
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 14 Feb 2020 14:35:28 +0100
parents 28b1c18c900f
children 8b92ed4e40d8
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" "dev1")
__version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)