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 a8d2c0c89..0fb831ae7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Ishtar changelog ================ +v3.0.9 - 2020-07-01 +------------------- + +### Bug fixes ### +- Fix bad many to many field renitialization on wizards (refs #4963) + v3.0.8 - 2020-05-26 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 098157751..cf181246a 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.0.8 -VERSION = (3, 0, 8) +# 3.0.9 +VERSION = (3, 0, 9) def get_version(): |