diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md index 74bc1cafd..c6d76e2b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,13 @@ --- title: Ishtar changelog -date: 2022-09-12 +date: 2022-09-18 --- +v4.0.19 - 2022-09-18 +-------------------- + +Backport of v3 changes. + v4.0.18 - 2022-09-12 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 1ef70c5fe..ac4d2ebfc 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.18 -VERSION = (4, 0, 18) +# 4.0.19 +VERSION = (4, 0, 19) def get_version(): |