# HG changeset patch # User Magnus Schieder # Date 1587670494 -7200 # Node ID 2d8294d02636995e9e89f2f6222292d6cf76beba # Parent 1ff4fd3a773b60dcbafbcf680e2af10c4b97d2d1 Version: bumps to 3.5.dev1 diff -r 1ff4fd3a773b -r 2d8294d02636 CHANGES --- a/CHANGES Thu Apr 23 21:19:42 2020 +0200 +++ b/CHANGES Thu Apr 23 21:34:54 2020 +0200 @@ -1,3 +1,6 @@ +(unreleased) + + 3.5 2020-04-23 * In getan-report project keys can now be specified with SQL patterns. @@ -29,6 +32,7 @@ With the arrow keys you can move through an array with the old descriptions of the project which is then displayed in edit_text and can be edited. + 3.2 2018-11-30 * Fix human_time() to output one hour instead of 60 minutes. This defect was diff -r 1ff4fd3a773b -r 2d8294d02636 getan/__init__.py --- a/getan/__init__.py Thu Apr 23 21:19:42 2020 +0200 +++ b/getan/__init__.py Thu Apr 23 21:34:54 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") +__version_info__ = ("3", "5", "dev1") __version__ = '.'.join(__version_info__)