diff 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
line wrap: on
line diff
--- a/getan/__init__.py	Mon Feb 03 15:51:33 2020 +0100
+++ b/getan/__init__.py	Tue Feb 11 15:46:37 2020 +0100
@@ -6,5 +6,5 @@
 # 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", "4")
+__version_info__ = ("3", "5" "dev1")
 __version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)