[Getan-commits] [PATCH] Version: bumps to 2.2.dev1
Wald Commits
scm-commit at wald.intevation.org
Thu Sep 7 17:39:43 CEST 2017
# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1504798772 -7200
# Node ID 57dd0f7ce58f86987ec93c4537536d5698f25489
# Parent 81c0a6b1b2a4223fc45d5aa483a61401361f7369
Version: bumps to 2.2.dev1.
diff -r 81c0a6b1b2a4 -r 57dd0f7ce58f CHANGES
--- a/CHANGES Thu Sep 07 17:16:38 2017 +0200
+++ b/CHANGES Thu Sep 07 17:39:32 2017 +0200
@@ -1,3 +1,7 @@
+2.x 20xx-xx-xx UNRELEASED
+
+TODO
+
2.1 2017-09-07
* Adds option '--init-only' which will non-interactively just
diff -r 81c0a6b1b2a4 -r 57dd0f7ce58f getan/__init__.py
--- a/getan/__init__.py Thu Sep 07 17:16:38 2017 +0200
+++ b/getan/__init__.py Thu Sep 07 17:39:32 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")
+__version_info__ = ("2", "2", "dev1")
__version__ = '.'.join(__version_info__)
More information about the Getan-commits
mailing list