diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-11-29 18:56:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:20 +0100 |
commit | 44124908807799000d1e8e5e2e0375215ac4409e (patch) | |
tree | 47006e8c417ea7e216be3e7c3b4be6607c3369eb | |
parent | 5e860ecd430c4adfd11aa1932927e93a2b6bafce (diff) | |
download | Ishtar-44124908807799000d1e8e5e2e0375215ac4409e.tar.bz2 Ishtar-44124908807799000d1e8e5e2e0375215ac4409e.zip |
New version
-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(): |