diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-05 17:27:40 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:20 +0100 |
commit | d918897284ae5882c74c9f632ce786049ef736ca (patch) | |
tree | 9a72494a06ebc46410a26202e92402215608b603 | |
parent | b751cb58606663b7b0cea7492fa0ba99c8832adb (diff) | |
download | Ishtar-d918897284ae5882c74c9f632ce786049ef736ca.tar.bz2 Ishtar-d918897284ae5882c74c9f632ce786049ef736ca.zip |
New version
-rw-r--r-- | CHANGES.md | 11 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index 82eb4fcf7..ac68074fc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,17 @@ --- title: Ishtar changelog -date: 2022-12-02 +date: 2022-12-05 --- +v4.0.31 - 2022-12-05 +-------------------- + +### Features/improvements ### +- Admin: importer model export +- Imports: manage defaults with "__" + +### Bug fixes ### +- Migration v4: disable M2M post treatment v4.0.30 - 2022-12-02 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 2319f5e97..f2ba02328 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.30 -VERSION = (4, 0, 30) +# 4.0.31 +VERSION = (4, 0, 31) def get_version(): |