summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-03-17 16:04:28 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-03-17 16:04:28 +0100
commitb6759e161d1ced70d48ce44df0b8fea5d149c058 (patch)
tree9aea63e9cc28c45d3b6b193573b01edbbb06de65
parent66c343421980b5ce301eaa202d5090d6f45833ab (diff)
downloadIshtar-b6759e161d1ced70d48ce44df0b8fea5d149c058.tar.bz2
Ishtar-b6759e161d1ced70d48ce44df0b8fea5d149c058.zip
New version
-rw-r--r--CHANGES.md5
-rw-r--r--ishtar_common/version.py4
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():