Mercurial > getan
changeset 556:15a4c471399c 3.5
mereg
author | Magnus Schieder <magnus.schieder@intevation.de> |
---|---|
date | Thu, 23 Apr 2020 21:18:52 +0200 |
parents | 71caaa23d8c4 (diff) 1a179ed1c9d7 (current diff) |
children | 1ff4fd3a773b |
files | |
diffstat | 3 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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.
--- 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__)