diff options
-rw-r--r-- | CHANGES.md | 12 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index d1a05a35a..301fb8c42 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ Ishtar changelog ================ +v3.0.16 - 2020-11-16 +-------------------- + +### Features #### +- Admin: action to add automatically department towns to an area +- Imports: add "|" separator for CSV + +### Bug fixes ### +- Operation sheet: fix parcel column on context record table +- Labels generation: fix missing images in templates +- Labels generation: optimize template evaluation + v3.0.15 - 2020-11-04 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 16f7de122..2ac8735e9 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.0.15 -VERSION = (3, 0, 15) +# 3.0.16 +VERSION = (3, 0, 16) def get_version(): |