annotate getan/__init__.py @ 568:e7b36e596751 tip

Last week's year is not necessarily today's year
author Tom Gottfried <tom@intevation.de>
date Mon, 03 Jan 2022 11:37:31 +0100
parents 1d4c20db7eac
children
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>
449
50b00768575e Version: bumps to 2.2.dev2
Bernhard Reiter <bernhard@intevation.de>
parents: 436
diff changeset
4 # (c) 2017, 2018 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
567
1d4c20db7eac dump version number and add CHANGES entry
Bernhard Reiter <bernhard@intevation.de>
parents: 561
diff changeset
9 __version_info__ = ("3", "7", "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)