Skip to content

Commit

Permalink
Release version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata committed Feb 29, 2024
1 parent cb69fb4 commit fe06b44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.5.1'
version = '1.5.2'

setup(
name='ckanext-dcat',
Expand Down

0 comments on commit fe06b44

Please sign in to comment.