From c3d4cde7af045c5c40cb10352e127c232112793e Mon Sep 17 00:00:00 2001 From: seitenbau-govdata Date: Thu, 29 Feb 2024 10:14:37 +0100 Subject: [PATCH] Release version 1.6.0 --- CHANGELOG.md | 7 +++++-- setup.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98287ce1..da24aed5 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.6.0...HEAD) -* Add support for `DCATAP.applicableLegislation` and `DCATAP.hvdCategory` to the `euro_dcat_ap_2` profile + +## [v1.6.0](https://github.com/ckan/ckanext-dcat/compare/v1.5.1...v1.6.0) - 2024-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..7fc139df 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.5.1' +version = '1.6.0' setup( name='ckanext-dcat',