diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-22 16:54:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-06-22 16:54:08 +0200 |
commit | 9e83f26758aeac0210b9daaba4181da8b0d962db (patch) | |
tree | 1e8011289164c0e6db19543e69f64746036c0909 | |
parent | 7b492da960fb3bacab5275d10e97b2970d54aed6 (diff) | |
download | Ishtar-9e83f26758aeac0210b9daaba4181da8b0d962db.tar.bz2 Ishtar-9e83f26758aeac0210b9daaba4181da8b0d962db.zip |
New version
-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(): |