diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-25 17:14:29 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-26 20:45:56 +0200 |
commit | 5a8cc5e5bcbfeec717ebd75512c83421ac043dd1 (patch) | |
tree | 3866ee2f9275f68e5dcdf628ce99c84d6dbbc243 | |
parent | ff154f1174a1272ee7fd07e6c7974c3fb0ef5fc7 (diff) | |
download | Ishtar-5a8cc5e5bcbfeec717ebd75512c83421ac043dd1.tar.bz2 Ishtar-5a8cc5e5bcbfeec717ebd75512c83421ac043dd1.zip |
🔖 version 4.2.1
-rw-r--r-- | changelog/en/changelog_2022-06-15.md | 9 | ||||
-rw-r--r-- | changelog/fr/changelog_2023-01-25.md | 7 | ||||
-rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 17 insertions, 3 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index 0d0eef33a..44b283c4d 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,5 +1,12 @@ +v4.2.1 - 2025-06-25 +------------------- + +### Technical ### +- imports: many performance optimisations + + v4.2.0 - 2025-06-19 --------------------- +------------------- v4.2 is now the official stable branch diff --git a/changelog/fr/changelog_2023-01-25.md b/changelog/fr/changelog_2023-01-25.md index 0f30bb153..0afd9ae62 100644 --- a/changelog/fr/changelog_2023-01-25.md +++ b/changelog/fr/changelog_2023-01-25.md @@ -1,3 +1,10 @@ +v4.2.1 - 2025-06-25 +------------------- + +### Technique ### +- imports : optimisations + + v4.2.0 - 2025-06-19 -------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 1e8edb74f..15d27c65a 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.2.0 -VERSION = (4, 2, 0) +# 4.2.1 +VERSION = (4, 2, 1) def get_version(): |