Mercurial > getan
changeset 416:857d76de4a2f
Version: bumped to 2.0.dev0
* Switches to a development release version conforming to PEP 440.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Wed, 03 May 2017 14:06:35 +0200 |
parents | 81e0debb6197 |
children | d6d9d319bd2e |
files | getan/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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__)