Mercurial > getan
changeset 344:2c7f3bb7b673 1.1
Prepare version for a getan 1.1 release
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 03 Mar 2014 10:44:26 +0100 |
parents | e6b1c668b9d7 |
children | da4fb1dc8016 |
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:03 2014 +0100 +++ b/getan/__init__.py Mon Mar 03 10:44:26 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", "1dev3") +__version_info__ = ("1", "1") __version__ = '.'.join(__version_info__)