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 6cce33785..fe828635b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Ishtar changelog ================ +v3.1.17 - 2021-04-29 +-------------------- + +### Bug fixes ### +- fix default pin + v3.1.16 - 2021-04-29 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 209b1f61d..f600e4c87 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.16 -VERSION = (3, 1, 16) +# 3.1.17 +VERSION = (3, 1, 17) def get_version(): |