[Getan-commits] [PATCH] Version: improves indication of dev version

Wald Commits scm-commit at wald.intevation.org
Thu May 4 08:36:17 CEST 2017


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1493879774 -7200
# Node ID 80a577ac3a25d708daaca707fc58ff86ebb712a1
# Parent  17e302a0cd9a1b83fd45c5ee3216e61f3bb88a59
Version: improves indication of dev version.

diff -r 17e302a0cd9a -r 80a577ac3a25 CHANGES
--- a/CHANGES	Wed May 03 17:39:17 2017 +0200
+++ b/CHANGES	Thu May 04 08:36:14 2017 +0200
@@ -1,4 +1,4 @@
-UNRELEASED
+2.1 xx.xx.20xx UNRELEASED
 
 2.0 03.05.2017
 
diff -r 17e302a0cd9a -r 80a577ac3a25 getan/__init__.py
--- a/getan/__init__.py	Wed May 03 17:39:17 2017 +0200
+++ b/getan/__init__.py	Thu May 04 08:36:14 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", "0", "dev1")
+__version_info__ = ("2", "1", "dev1")
 __version__ = '.'.join(__version_info__)


More information about the Getan-commits mailing list