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