diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-05 20:05:49 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-05 20:05:49 +0200 |
commit | 589a96d3b10339f4c05312095f548c14e4ca8488 (patch) | |
tree | 3e0e9325f6229fe7e3d71b2106fcb2a61b642304 | |
parent | add6182a81c3d3ff2e89fea8e1c7db4fb90cdb29 (diff) | |
download | Ishtar-589a96d3b10339f4c05312095f548c14e4ca8488.tar.bz2 Ishtar-589a96d3b10339f4c05312095f548c14e4ca8488.zip |
đź”– version 4.0.77
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 6 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 15 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 3b5e73da7..e55f193f9 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,6 +1,13 @@ +v4.0.77 - 2024-06-05 +-------------------- + +### Bug fixes ### +- hot fix geo forms - no history_creator + v4.0.76 - 2024-06-05 -------------------- +### Bug fixes ### - document and geo forms: fix overload of history creator on modification (refs #5964) v4.0.75 - 2024-04-16 diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 1dc9bffa6..3fcf0a651 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,9 @@ +v4.0.77 - 2024-06-05 +-------------------- + +### Corrections de dysfonctionnements ### +- correction des formulaires géo - pas de créateur + v4.0.76 - 2024-06-05 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index f0ee2612c..41d9b7d9c 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.0.76 -VERSION = (4, 0, 76) +# 4.0.77 +VERSION = (4, 0, 77) def get_version(): |