diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:05:33 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:05:33 +0200 |
commit | 92484c85b25f8fbc405fada0980dd994f1cedace (patch) | |
tree | ed2f269ce1c196dbb79b1bd020df35c4ded05c10 | |
parent | 4455952beab292d93f6d26940a02b05687387ecd (diff) | |
download | Ishtar-92484c85b25f8fbc405fada0980dd994f1cedace.tar.bz2 Ishtar-92484c85b25f8fbc405fada0980dd994f1cedace.zip |
Update version
-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(): |