diff options
-rw-r--r-- | CHANGES.md | 6 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 301fb8c42..c124457ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ Ishtar changelog ================ +v3.0.17 - 2020-12-02 +-------------------- + +### Bug fixes ### +- Archaeological files: fix default labels + v3.0.16 - 2020-11-16 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 2ac8735e9..d5a46337d 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.0.16 -VERSION = (3, 0, 16) +# 3.0.17 +VERSION = (3, 0, 17) def get_version(): |