diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 18:55:52 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 18:55:52 +0200 |
commit | e3bdd4b6d2a32c010138e8f4581234d18cf51519 (patch) | |
tree | dddf752b21b7c39c6945745840adb95fad747254 | |
parent | 27e1f2aec06ca3b23a83d85f3b7c8dc9eeab6a36 (diff) | |
download | Ishtar-e3bdd4b6d2a32c010138e8f4581234d18cf51519.tar.bz2 Ishtar-e3bdd4b6d2a32c010138e8f4581234d18cf51519.zip |
v0.99.18
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index e5ce0ac3c..c02db8910 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v0.99.18 (2017-04-11) +--------------------- + +### Features ### +- Update fixtures +- CSS: update input width +- Manage hierarchical display with select2 +- Fix hiearchical display of types + v0.99.17 (2017-04-07) --------------------- diff --git a/version.py b/version.py index d45fb6cf3..d39ed2187 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 17, 1) +VERSION = (0, 99, 18) def get_version(): |