diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-07-25 18:31:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-07-25 18:31:55 +0200 |
commit | 85af4ef81871ff26f67c146a747f710e5dbe5cc3 (patch) | |
tree | 69980bf2307f4ddbf3455a2b670de25decf1ef41 | |
parent | b2f77cc6050f043a7bc1bcbafdc35e51e55a048d (diff) | |
download | Ishtar-85af4ef81871ff26f67c146a747f710e5dbe5cc3.tar.bz2 Ishtar-85af4ef81871ff26f67c146a747f710e5dbe5cc3.zip |
đź”– v4.1.20
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 10 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 10 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 22 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index b07ff4191..7d2061eaf 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,13 @@ +v4.1.20 - 2024-07-25 +-------------------- + +### Features/improvements ### +- user with "view_import" permission can view import list + +### Technical ### +- commands: fix ishtar_import script - add verbose display + + v4.1.19 - 2024-07-15 -------------------- diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 1a5c63da6..bc30d0984 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,13 @@ +v4.1.20 - 2024-07-25 +-------------------- + +### Fonctionnalités/améliorations ### +- les utilisateurs avec le droit "voir les imports" peut accéder à la liste des imports + +### Technique ### +- administration : correction du script ishtar_import - ajout d'un rendu verbeux + + v4.1.19 - 2024-07-15 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 25afe4757..dc0e74ded 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.1.19 -VERSION = (4, 1, 19) +# 4.1.20 +VERSION = (4, 1, 20) def get_version(): |