diff --git a/CHANGELOG.md b/CHANGELOG.md index ff79054d1..61a08a873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 6.0.0 (2024-11-07) - Add beta admin `dataservice` page [#558](https://github.com/datagouv/udata-front/pull/558) - Add Dataservice publishing form [#358](https://github.com/datagouv/udata-front/pull/559) diff --git a/udata_front/__init__.py b/udata_front/__init__.py index 81b912c0f..5711d81d7 100644 --- a/udata_front/__init__.py +++ b/udata_front/__init__.py @@ -2,7 +2,7 @@ udata customizations for data.gouv.fr ''' -__version__ = '5.2.5.dev' +__version__ = '6.0.0' __description__ = 'udata customizations for data.gouv.fr' APIGOUVFR_EXTRAS_KEY = 'apigouvfr:apis'