Mercurial > getan
changeset 436:57dd0f7ce58f
Version: bumps to 2.2.dev1.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Thu, 07 Sep 2017 17:39:32 +0200 |
parents | 81c0a6b1b2a4 |
children | 70063d348739 |
files | CHANGES getan/__init__.py |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGES Thu Sep 07 17:16:38 2017 +0200 +++ b/CHANGES Thu Sep 07 17:39:32 2017 +0200 @@ -1,3 +1,7 @@ +2.x 20xx-xx-xx UNRELEASED + +TODO + 2.1 2017-09-07 * Adds option '--init-only' which will non-interactively just
--- a/getan/__init__.py Thu Sep 07 17:16:38 2017 +0200 +++ b/getan/__init__.py Thu Sep 07 17:39:32 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", "1") +__version_info__ = ("2", "2", "dev1") __version__ = '.'.join(__version_info__)