# HG changeset patch # User Magnus Schieder # Date 1587669532 -7200 # Node ID 15a4c471399ce175d436dd65056b344abc6b7e38 # Parent 71caaa23d8c46f61c7c05105258b6cfd0ffab4a3# Parent 1a179ed1c9d70d2f59e29a80842f47366684547e mereg diff -r 1a179ed1c9d7 -r 15a4c471399c .hgtags --- a/.hgtags Fri Feb 14 14:56:18 2020 +0100 +++ b/.hgtags Thu Apr 23 21:18:52 2020 +0200 @@ -29,3 +29,4 @@ e6cd694f04605713cc09d80a76e99dfb0060bdae 3.4 e6cd694f04605713cc09d80a76e99dfb0060bdae 3.4 23107de98a4f006d62fcda0e503c774d73a3ff23 3.4 +8b92ed4e40d8b0ae407fe1a44965bdcfc45410d5 3.5 diff -r 1a179ed1c9d7 -r 15a4c471399c CHANGES --- a/CHANGES Fri Feb 14 14:56:18 2020 +0100 +++ b/CHANGES Thu Apr 23 21:18:52 2020 +0200 @@ -1,4 +1,4 @@ -(unreleased) +3.5 2020-04-23 * 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. diff -r 1a179ed1c9d7 -r 15a4c471399c getan/__init__.py --- a/getan/__init__.py Fri Feb 14 14:56:18 2020 +0100 +++ b/getan/__init__.py Thu Apr 23 21:18:52 2020 +0200 @@ -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", "5" "dev1") +__version_info__ = ("3", "5") __version__ = '.'.join(__version_info__)