From 1b23fa277d2e556ffe591a89550d59a4251ff7c1 Mon Sep 17 00:00:00 2001 From: seitenbau-govdata Date: Tue, 2 May 2023 16:21:56 +0200 Subject: [PATCH] Release version 1.5.0 --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b6752b..49ab3058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # Changelog -## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.4.0...HEAD) +## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.5.0...HEAD) + + +## [v1.5.0](https://github.com/ckan/ckanext-dcat/compare/v1.4.0...v1.5.0) - 2023-05-02 * Remove support for old CKAN versions prior 2.9 and Python 2 (#244) * Update hooks to support CKAN 2.10 (#241) +* Fix description for RDF endpoints in README (#246) +* Fix media type for links to the Turtle representation in HTML templates (#242) +* Ignore already deleted packages when deleting (#238) +* Add support for dcat:accessService in dcat:Distribution (#235) ## [v1.4.0](https://github.com/ckan/ckanext-dcat/compare/v1.3.0...v1.4.0) - 2022-12-05 diff --git a/setup.py b/setup.py index 26392564..84c3ec16 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.4.0' +version = '1.5.0' setup( name='ckanext-dcat',