Mercurial > getan
changeset 515:9dc72bf6d6d2
Update version
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Fri, 30 Nov 2018 12:44:01 +0100 |
parents | dbcec5741466 |
children | e30fef63f1ed |
files | CHANGES getan/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Fri Nov 30 12:42:16 2018 +0100 +++ b/CHANGES Fri Nov 30 12:44:01 2018 +0100 @@ -1,4 +1,4 @@ -3.x 20xx-xx-xx UNRELEASED +3.2 2018-11-30 * The time of the currently running entry is cached every minute and after a program crash the entry has the description "-no description-".
--- a/getan/__init__.py Fri Nov 30 12:42:16 2018 +0100 +++ b/getan/__init__.py Fri Nov 30 12:44:01 2018 +0100 @@ -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", "1" "dev1") +__version_info__ = ("3", "2") __version__ = '.'.join(__version_info__)