# HG changeset patch # User Magnus Schieder # Date 1587668970 -7200 # Node ID 8b92ed4e40d8b0ae407fe1a44965bdcfc45410d5 # Parent d44ee9cd7261e09d0826c80ecaea02399ca9ec65 Prepares for release 3.5 diff -r d44ee9cd7261 -r 8b92ed4e40d8 CHANGES --- a/CHANGES Wed Feb 12 13:10:44 2020 +0100 +++ b/CHANGES Thu Apr 23 21:09:30 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 d44ee9cd7261 -r 8b92ed4e40d8 getan/__init__.py --- a/getan/__init__.py Wed Feb 12 13:10:44 2020 +0100 +++ b/getan/__init__.py Thu Apr 23 21:09:30 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__)