diff options
-rw-r--r-- | CHANGES.md | 9 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 0fb831ae7..d6d3a0f0b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,15 @@ Ishtar changelog ================ +v3.0.10 - 2020-07-26 +-------------------- + +### Features #### +- Admin: Import/export as JSON for types and importers + +### Bug fixes ### +- Fix modal order for find select form + v3.0.9 - 2020-07-01 ------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index cf181246a..0d41da4a7 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.0.9 -VERSION = (3, 0, 9) +# 3.0.10 +VERSION = (3, 0, 10) def get_version(): |