# HG changeset patch # User Bernhard Reiter # Date 1493825903 -7200 # Node ID 8f6ea0e3a9885720943caece4ef1c7e2a9b5fcd0 # Parent a762724b771542531526b6df84aa232ef0775b0e Version: bumped to 2.0.dev1 diff -r a762724b7715 -r 8f6ea0e3a988 getan/__init__.py --- a/getan/__init__.py Wed May 03 17:36:46 2017 +0200 +++ b/getan/__init__.py Wed May 03 17:38:23 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", "post1") +__version_info__ = ("2", "0", "dev1") __version__ = '.'.join(__version_info__)