Mercurial > getan
changeset 531:47c17df47500 3.3
Prepares for release 3.3
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Fri, 14 Jun 2019 16:11:42 +0200 |
parents | 93e740bc730f |
children | fa1eb72e2764 |
files | CHANGES getan/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Tue Jun 11 13:11:00 2019 +0200 +++ b/CHANGES Fri Jun 14 16:11:42 2019 +0200 @@ -1,4 +1,4 @@ -20xx-xx-xx UNRELEASED +3.3 2019-06-14 * When describing entries, you can now use the arrow keys to select and edit old descriptions.
--- a/getan/__init__.py Tue Jun 11 13:11:00 2019 +0200 +++ b/getan/__init__.py Fri Jun 14 16:11:42 2019 +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", "2", "dev1") +__version_info__ = ("3", "3") __version__ = '.'.join(__version_info__)