diff options
-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(): |