diff options
-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(): |