diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-10 09:00:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-02-10 09:00:23 +0100 |
commit | 20aa797aedc70041dfda6079eb9a283c1845cfd7 (patch) | |
tree | 12fe067e0aa7849905b370abca85bc3f47cd94be | |
parent | 2996def27206751ac8d80b10a3860faaf5f84aa6 (diff) | |
download | Ishtar-20aa797aedc70041dfda6079eb9a283c1845cfd7.tar.bz2 Ishtar-20aa797aedc70041dfda6079eb9a283c1845cfd7.zip |
v0.99.12.1
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 460381c07..380b93a59 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v0.99.12.1 (2017-02-10) +----------------------- +### Features ### +- Sheet find: add comment + v0.99.12 (2017-02-10) --------------------- ### Features ### diff --git a/version.py b/version.py index e5d838a62..2d724201c 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 12) +VERSION = (0, 99, 12, 1) def get_version(): |