From 36928455883bd9366afe8bbd0c48076866df5802 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 29 Jan 2017 17:44:47 +0100 Subject: v0.99.6 --- CHANGES.md | 13 +++++++++++++ version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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(): -- cgit v1.2.3