Mercurial > getan
changeset 422:80a577ac3a25
Version: improves indication of dev version.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Thu, 04 May 2017 08:36:14 +0200 |
parents | 17e302a0cd9a |
children | a517c1b5f3d5 8b1916aabe65 |
files | CHANGES getan/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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__)