From b2187225f20024ef63eba63aab4b499b003f9c70 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 1 Jul 2020 18:05:33 +0200 Subject: Update version --- CHANGES.md | 6 ++++++ 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(): -- cgit v1.2.3