diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c20fd86..31b447b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - ... -## 6.7.3 (unreleased) +## 6.7.3 (2024-02-21) - GitHub Importer: fix import error with issues associated to a closed milestone. - Trello Importer: fix import error with attachemts without owner. diff --git a/taiga/__init__.py b/taiga/__init__.py index adb2fb8d..d00a2237 100644 --- a/taiga/__init__.py +++ b/taiga/__init__.py @@ -5,4 +5,4 @@ # # Copyright (c) 2021-present Kaleidos Ventures SL -__version__ = '6.7.2' +__version__ = '6.7.3'