[Getan-commits] [PATCH 2 of 6] Update version

Wald Commits scm-commit at wald.intevation.org
Fri Nov 30 13:14:04 CET 2018


# HG changeset patch
# User Magnus Schieder <mschieder at intevation.de>
# Date 1543578241 -3600
# Node ID 9dc72bf6d6d2a7435ef36317e25cf060d607d40f
# Parent  dbcec5741466b6cc0a121b220472547ccfa99b06
Update version

diff -r dbcec5741466 -r 9dc72bf6d6d2 CHANGES
--- 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-".
diff -r dbcec5741466 -r 9dc72bf6d6d2 getan/__init__.py
--- 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__)


More information about the Getan-commits mailing list