comparison getan/__init__.py @ 550:28b1c18c900f

Specify project keys in getan-report with SQL patterns * In getan-report project keys can now be specified with SQL patterns. This allows projects and their sub-projects to be better selected for output. % - zero, one, or multiple characters _ - single character
author Magnus Schieder <mschieder@intevation.de>
date Tue, 11 Feb 2020 15:46:37 +0100
parents 3ef4825fe65d
children 8b92ed4e40d8
comparison
equal deleted inserted replaced
549:413cabeca333 550:28b1c18c900f
4 # (c) 2017, 2018 by Intevation GmbH 4 # (c) 2017, 2018 by Intevation GmbH
5 # 5 #
6 # This is Free Software licensed under the terms of GPLv3 or later. 6 # This is Free Software licensed under the terms of GPLv3 or later.
7 # For details see LICENSE coming with the source of 'getan'. 7 # For details see LICENSE coming with the source of 'getan'.
8 8
9 __version_info__ = ("3", "4") 9 __version_info__ = ("3", "5" "dev1")
10 __version__ = '.'.join(__version_info__) 10 __version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)