diff --git a/CHANGELOG.md b/CHANGELOG.md index f2aba48ab..282f61de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 3.5.2 (2024-02-15) - Show a button to mark as no spam a discussion or a message [#352](https://github.com/etalab/udata-front/pull/352) diff --git a/udata_front/__init__.py b/udata_front/__init__.py index 06f07b6f1..c751f8597 100644 --- a/udata_front/__init__.py +++ b/udata_front/__init__.py @@ -2,7 +2,7 @@ udata customizations for data.gouv.fr ''' -__version__ = '3.5.2.dev' +__version__ = '3.5.2' __description__ = 'udata customizations for data.gouv.fr' APIGOUVFR_EXTRAS_KEY = 'apigouvfr:apis'