From 16c772007383d0288dd2874328b48b3531b57ef3 Mon Sep 17 00:00:00 2001 From: seitenbau-govdata Date: Tue, 20 Jun 2023 14:34:48 +0200 Subject: [PATCH] Release version 1.5.1 --- CHANGELOG.md | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4b621b..3d9227a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog +## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.5.1...HEAD) -## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.5.0...HEAD) + +## [v1.5.1](https://github.com/ckan/ckanext-dcat/compare/v1.5.0...v1.5.1) - 2023-06-20 * Fix tests to work with `ckanext-harvest >= 1.5.4`. (#250) * Add references for dcat:accessService to the `euro_dcat_ap_2` profile (#251) diff --git a/setup.py b/setup.py index 84c3ec16..c5bf4cf0 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -version = '1.5.0' +version = '1.5.1' setup( name='ckanext-dcat',