From fe06b449f16deb4add4d5ee0f1b59c781d3bba51 Mon Sep 17 00:00:00 2001 From: seitenbau-govdata Date: Thu, 29 Feb 2024 09:34:58 +0100 Subject: [PATCH] Release version 1.5.2 --- CHANGELOG.md | 7 +++++-- setup.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98287ce1..acadc98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog -## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.5.1...HEAD) +## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.5.2...HEAD) -* Add support for `DCATAP.applicableLegislation` and `DCATAP.hvdCategory` to the `euro_dcat_ap_2` profile + +## [v1.5.2](https://github.com/ckan/ckanext-dcat/compare/v1.5.1...v1.5.2) - 2023-02-29 + +* Add support for `DCATAP.applicableLegislation` and `DCATAP.hvdCategory` to the `euro_dcat_ap_2` profile (#262) * Improve access service tests (#258) * Fix missing access service items when parsing dataset (#256) diff --git a/setup.py b/setup.py index c5bf4cf0..a6d9b271 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.5.1' +version = '1.5.2' setup( name='ckanext-dcat',