diff options
-rw-r--r-- | CHANGES.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/CHANGES.md b/CHANGES.md index 2412157e1..0e43d855b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,14 @@ --- title: Ishtar changelog -date: 2022-11-22 +date: 2022-11-29 --- -WIP ---- +v4.0.29 - 2022-11-29 +-------------------- ### Improvements ### - Context record: add Unit to indexed search +- Import: add ActType to imported types - Admin: small improvements on syndication ### Bug fixes ### diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 6a42d927a..bd12e8394 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.28 -VERSION = (4, 0, 28) +# 4.0.29 +VERSION = (4, 0, 29) def get_version(): |