diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-29 17:44:47 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-29 17:44:47 +0100 |
commit | 36928455883bd9366afe8bbd0c48076866df5802 (patch) | |
tree | 51e67414b02462505c018f867774a0cadfca4007 | |
parent | 478befbbf1705b8547f8e88a4b5822d3bad52200 (diff) | |
download | Ishtar-36928455883bd9366afe8bbd0c48076866df5802.tar.bz2 Ishtar-36928455883bd9366afe8bbd0c48076866df5802.zip |
v0.99.6
-rw-r--r-- | CHANGES.md | 13 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index bd20ae584..cb0e700c0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ Ishtar changelog ================ +0.99.6 (2017-01-29) +------------------- + +### Features ### + +- Containers, warehouses: add external ids +- Importers: add "container type" to available types for type columns + +### Bug fixes ### + +- Fix performance issues for shortcut menu + + 0.99.5 (2017-01-24) ------------------- diff --git a/version.py b/version.py index 4cf114c57..8fb7392cc 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 5) +VERSION = (0, 99, 6) def get_version(): |