diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-09 11:20:38 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-11-09 11:20:38 +0100 |
commit | cc478be2c9648e7647ac7fe21c20cf29246a8f8c (patch) | |
tree | da5b51b8ff034a9c7339d401749b13c951d83312 | |
parent | 78f9e8e7b5e3750ebfba0268d15c4b77a1de729a (diff) | |
download | Ishtar-cc478be2c9648e7647ac7fe21c20cf29246a8f8c.tar.bz2 Ishtar-cc478be2c9648e7647ac7fe21c20cf29246a8f8c.zip |
New upstream 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 84cfe7b68..92fff7149 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ Ishtar changelog ================ +v3.1.39 - 2021-11-09 +-------------------- +### Bugs ### +- Container: prevent parent infinite loop + v3.1.38 - 2021-11-01 -------------------- ### Bugs ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 1b13c86b7..e50c259b0 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.38 -VERSION = (3, 1, 38) +# 3.1.39 +VERSION = (3, 1, 39) def get_version(): |