From 79c4c3ded6019a381c96f7215218d4bd1ed3c53e Mon Sep 17 00:00:00 2001 From: Nicolas Kempf Le Stanc Date: Fri, 13 Sep 2024 14:37:20 +0200 Subject: [PATCH] Bump version 5.2.0 --- CHANGELOG.md | 2 +- udata_front/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19930302f..c34720e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 5.2.0 (2024-09-13) - add dataservices to dataset page [#476](https://github.com/datagouv/udata-front/pull/476) - show contact point in dataset and dataservice page [#479](https://github.com/datagouv/udata-front/pull/479) diff --git a/udata_front/__init__.py b/udata_front/__init__.py index 1521c3c0a..7b06ead53 100644 --- a/udata_front/__init__.py +++ b/udata_front/__init__.py @@ -2,7 +2,7 @@ udata customizations for data.gouv.fr ''' -__version__ = '5.1.3.dev' +__version__ = '5.2.0' __description__ = 'udata customizations for data.gouv.fr' APIGOUVFR_EXTRAS_KEY = 'apigouvfr:apis'