diff options
-rw-r--r-- | CHANGES.md | 5 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index fd0bc0181..86c455521 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,14 @@ --- title: Ishtar changelog -date: 2023-02-23 +date: 2023-03-17 --- Ishtar changelog ================ +v4.0.43 - 2023-03-17 +-------------------- + ### Features/improvements ### - General: - add custom cached_label configuration for each main item diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 205088bcf..ce3fbedd7 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.42 -VERSION = (4, 0, 42) +# 4.0.43 +VERSION = (4, 0, 43) def get_version(): |