diff options
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 50d8e06ad..1c2345e7d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.31 - 2021-06-22 +-------------------- +### Bug fix ### +- Find inside containers: fix permissions + v3.1.30 - 2021-06-21 -------------------- ### Features ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index d0ec64131..e6b673653 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.30 -VERSION = (3, 1, 30) +# 3.1.31 +VERSION = (3, 1, 31) def get_version(): |