diff options
-rw-r--r-- | CHANGES.md | 13 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 15 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 57884a147..8fad33e14 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ Ishtar changelog ================ +v3.1.5 - 2021-03-19 +-------------------- + +### Features ### +- sentry: filter disallowed host +- use Black for code source format + +### Bug fixes ### +- reup CI +- force translations for QA new items +- fix complete_id generation for containers +- fix responsibility field on new container creation + v3.1.4 - 2021-03-09 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 4d1892603..8b7b3a084 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.4 -VERSION = (3, 1, 4) +# 3.1.5 +VERSION = (3, 1, 5) def get_version(): |