diff options
-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(): |