From f365e69e02f268b70d894183b795a9d215f95049 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 7 May 2021 10:45:13 +0200 Subject: New version --- CHANGES.md | 9 +++++++++ ishtar_common/version.py | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7987c7e82..9440ce2b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v3.1.19 - 2021-05-07 +-------------------- + +### Features ### +- Sheets: display parcel address + +### Bug fixes ### +- Helpers: fix material_type_label + v3.1.18 - 2021-04-29 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 68cf8da97..a9f8bbe12 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.18 -VERSION = (3, 1, 18) +# 3.1.19 +VERSION = (3, 1, 19) def get_version(): -- cgit v1.2.3