diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-15 12:12:19 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-15 12:12:19 +0100 |
commit | 7c44d13c3855924aadcb574cc5c6ed79ae36da97 (patch) | |
tree | 62d5c5c77c13f0c24e3991571e3e72e4b7d6ea4a /version.py | |
parent | 1e0ca1529f9d03acfbc26a0573c59e9ab6a327f1 (diff) | |
download | Ishtar-7c44d13c3855924aadcb574cc5c6ed79ae36da97.tar.bz2 Ishtar-7c44d13c3855924aadcb574cc5c6ed79ae36da97.zip |
Fix old window load
Diffstat (limited to 'version.py')
-rw-r--r-- | version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.py b/version.py index 82feb2808..8885edb48 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -# 2.1.dev.16 -VERSION = (2, 1, 'dev', 16) +# 2.1.dev.17 +VERSION = (2, 1, 'dev', 17) def get_version(): |