Mercurial > getan
changeset 420:8f6ea0e3a988
Version: bumped to 2.0.dev1
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 03 May 2017 17:38:23 +0200 |
parents | a762724b7715 |
children | 17e302a0cd9a |
files | getan/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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__)