annotate getan/__init__.py @ 436:57dd0f7ce58f

Version: bumps to 2.2.dev1.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 07 Sep 2017 17:39:32 +0200
parents 11c2a3beee91
children 50b00768575e
rev   line source
343
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
1 # -*- coding: utf-8 -*-
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
2 #
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
3 # (c) 2013, 2014 by Björn Ricks <bjoern.ricks@intevation.de>
414
69ef6f89e930 Prepares release v2.0.
Bernhard Reiter <bernhard@intevation.de>
parents: 346
diff changeset
4 # (c) 2017 by Intevation GmbH
343
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
5 #
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
6 # This is Free Software licensed under the terms of GPLv3 or later.
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
7 # For details see LICENSE coming with the source of 'getan'.
e6b1c668b9d7 Add license header comment of __init__.py file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 329
diff changeset
8
436
57dd0f7ce58f Version: bumps to 2.2.dev1.
Bernhard Reiter <bernhard@intevation.de>
parents: 434
diff changeset
9 __version_info__ = ("2", "2", "dev1")
111
dcccc2059b05 Add version info to getan module
Björn Ricks <bjoern.ricks@intevation.de>
parents: 23
diff changeset
10 __version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)