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 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(): | 
