[Getan-commits] [PATCH] Version: bumped to 2.0.dev0

Wald Commits scm-commit at wald.intevation.org
Wed May 3 14:09:44 CEST 2017


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1493813195 -7200
# Node ID 857d76de4a2f13ff3f69ad0d6e5c8a7a1185e9ea
# Parent  81e0debb61971d4fd90a20aa66e73e9b084b7fd0
Version: bumped to 2.0.dev0

  * Switches to a development release version conforming to PEP 440.

diff -r 81e0debb6197 -r 857d76de4a2f getan/__init__.py
--- a/getan/__init__.py	Wed May 03 13:38:42 2017 +0200
+++ b/getan/__init__.py	Wed May 03 14:06:35 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")
+__version_info__ = ("2", "0", "dev0")
 __version__ = '.'.join(__version_info__)


More information about the Getan-commits mailing list