diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-30 15:57:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-30 15:57:23 +0100 |
commit | 73bcbbc05152f36cf211bc2897d6aadde766c166 (patch) | |
tree | 53c2e6c4101757b928cc89553c0ac9b1e07914df /version.py | |
parent | bfc6d510e3f43c78aefea1efd38b66518370b510 (diff) | |
download | Ishtar-73bcbbc05152f36cf211bc2897d6aadde766c166.tar.bz2 Ishtar-73bcbbc05152f36cf211bc2897d6aadde766c166.zip |
v0.99.7.2
Diffstat (limited to 'version.py')
-rw-r--r-- | version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.py b/version.py index e146d3b35..b8f044176 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 7, 1) +VERSION = (0, 99, 7, 2) def get_version(): |