diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-09 16:53:28 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2026-02-11 18:23:06 +0100 |
| commit | d03cf3dbfef808cda84b0f35c467e6d97829f6e5 (patch) | |
| tree | edab8c85c877e3be890bd0dac6d1c947966a29de | |
| parent | 78eb4a6c0c0410d7d7deb7a11196c0fb916ee090 (diff) | |
| download | Ishtar-d03cf3dbfef808cda84b0f35c467e6d97829f6e5.tar.bz2 Ishtar-d03cf3dbfef808cda84b0f35c467e6d97829f6e5.zip | |
🔖 version 4.99.20
| -rw-r--r-- | changelog/en/changelog_2022-06-15.md | 7 | ||||
| -rw-r--r-- | changelog/fr/changelog_2025-06-19.md | 7 | ||||
| -rw-r--r-- | ishtar_common/version.py | 4 |
3 files changed, 16 insertions, 2 deletions
diff --git a/changelog/en/changelog_2022-06-15.md b/changelog/en/changelog_2022-06-15.md index b0460063a..26df1fa18 100644 --- a/changelog/en/changelog_2022-06-15.md +++ b/changelog/en/changelog_2022-06-15.md @@ -1,3 +1,10 @@ +v4.99.20 - 2026-02-09 +--------------------- + +### Bug fixes ### +- imports: fix concatenation of existing fields - fix concat string + + v4.99.19 - 2026-02-04 --------------------- diff --git a/changelog/fr/changelog_2025-06-19.md b/changelog/fr/changelog_2025-06-19.md index 635f88873..034aa182e 100644 --- a/changelog/fr/changelog_2025-06-19.md +++ b/changelog/fr/changelog_2025-06-19.md @@ -1,3 +1,10 @@ +v4.99.20 - 2026-02-09 +--------------------- + +### Correction de dysfonctionnements ### +- imports: fix concatenation of existing fields - fix concat string + + v4.99.19 - 2026-02-04 --------------------- diff --git a/ishtar_common/version.py b/ishtar_common/version.py index 651ef5c6d..e77fc4810 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 4.99.19 -VERSION = (4, 99, 19) +# 4.99.20 +VERSION = (4, 99, 20) def get_version(): |
