Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.5.0 #248

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release version 1.5.0
seitenbau-govdata committed May 2, 2023
commit 1b23fa277d2e556ffe591a89550d59a4251ff7c1
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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.4.0'
version = '1.5.0'

setup(
name='ckanext-dcat',