diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-02-24 16:14:16 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-02-24 16:14:16 +0100 |
commit | eab283ced09fbd0a2f1757ee9c2fe1edbf78dcb5 (patch) | |
tree | 10b864b0dd745961646835ffafd6e842d712dbdb | |
parent | ea64be25239cc13c62a895398737cafa7933c062 (diff) | |
download | Ishtar-eab283ced09fbd0a2f1757ee9c2fe1edbf78dcb5.tar.bz2 Ishtar-eab283ced09fbd0a2f1757ee9c2fe1edbf78dcb5.zip |
New 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 1bff820f5..1f57b55a8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Ishtar changelog ================ +v3.1.48 - 2022-02-24 +-------------------- + +### Features ### +- Admin: export/import CSV JSON data field + v3.1.47 - 2022-02-22 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index b91a822f4..0cd585cb2 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.47 -VERSION = (3, 1, 47) +# 3.1.48 +VERSION = (3, 1, 48) def get_version(): |