diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c136062..ff72d90b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.5.1 (2021-01-26) - New Crowdin translations [#511](https://github.com/etalab/udata-gouvfr/pull/511) diff --git a/udata_gouvfr/__init__.py b/udata_gouvfr/__init__.py index 1949b69f3..8e1a91a01 100644 --- a/udata_gouvfr/__init__.py +++ b/udata_gouvfr/__init__.py @@ -2,7 +2,7 @@ uData customizations for Data.gouv.fr ''' -__version__ = '2.5.1.dev' +__version__ = '2.5.1' __description__ = 'uData customizations for Data.gouv.fr'