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 | 28567706857eebec9d6180431841fa9859489190 (patch) | |
tree | 9a72494a06ebc46410a26202e92402215608b603 | |
parent | 06d5d3417077f5860e35625f5245b75e3a8c40d8 (diff) | |
download | Ishtar-28567706857eebec9d6180431841fa9859489190.tar.bz2 Ishtar-28567706857eebec9d6180431841fa9859489190.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(): |