Mercurial > getan
changeset 346:3a80a914a024
Update version after release 1.1
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 03 Mar 2014 10:45:15 +0100 |
parents | da4fb1dc8016 |
children | 3a1786947673 |
files | getan/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/__init__.py Mon Mar 03 10:44:39 2014 +0100 +++ b/getan/__init__.py Mon Mar 03 10:45:15 2014 +0100 @@ -5,5 +5,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__ = ("1", "1") +__version_info__ = ("1", "2dev1") __version__ = '.'.join(__version_info__)