changeset 567:1d4c20db7eac

dump version number and add CHANGES entry
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 01 Jun 2021 16:07:01 +0200
parents 5ee84c9805f9
children e7b36e596751
files CHANGES getan/__init__.py
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES	Tue Jun 01 16:02:55 2021 +0200
+++ b/CHANGES	Tue Jun 01 16:07:01 2021 +0200
@@ -1,3 +1,8 @@
+3.x (unreleased)
+
+ * Template zeiterfassung2 sorts the descriptions per workpacke
+   in the more intuitive order from earlier to later.
+
 3.6 2020-05-20
 
  * getan-report again distinguishes between upper and lower letters in the
--- a/getan/__init__.py	Tue Jun 01 16:02:55 2021 +0200
+++ b/getan/__init__.py	Tue Jun 01 16:07:01 2021 +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", "6")
+__version_info__ = ("3", "7", "dev1")
 __version__ = '.'.join(__version_info__)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)