Mercurial > getan
changeset 495:bb08400729fb 3.1
Update version info.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Thu, 05 Jul 2018 17:33:36 +0200 |
parents | 193960b65c1d |
children | 5145414a1b66 |
files | getan/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/__init__.py Thu Jul 05 17:30:55 2018 +0200 +++ b/getan/__init__.py Thu Jul 05 17:33:36 2018 +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__ = ("3", "0") +__version_info__ = ("3", "1") __version__ = '.'.join(__version_info__)