[Getan-commits] [PATCH 1 of 2] Prepares for release 2.1

Wald Commits scm-commit at wald.intevation.org
Thu Sep 7 17:16:41 CEST 2017


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1504797365 -7200
# Node ID 11c2a3beee919f5e8aa228097ad2eaf624923289
# Parent  266634f3712a96747fc058d5ddf3afb1d1103af4
Prepares for release 2.1.

diff -r 266634f3712a -r 11c2a3beee91 CHANGES
--- a/CHANGES	Thu Sep 07 17:08:23 2017 +0200
+++ b/CHANGES	Thu Sep 07 17:16:05 2017 +0200
@@ -1,4 +1,5 @@
-2.1 xx.xx.20xx UNRELEASED
+2.1 2017-09-07
+
  * Adds option '--init-only' which will non-interactively just
    create the databasefile if it does not exits. (Bernhard Reiter)
 
diff -r 266634f3712a -r 11c2a3beee91 getan/__init__.py
--- a/getan/__init__.py	Thu Sep 07 17:08:23 2017 +0200
+++ b/getan/__init__.py	Thu Sep 07 17:16:05 2017 +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__ = ("2", "1", "dev1")
+__version_info__ = ("2", "1")
 __version__ = '.'.join(__version_info__)


More information about the Getan-commits mailing list