Skip to content

Commit

Permalink
Merge pull request ckan#248 from GovDataOfficial/release-version-1.5.0
Browse files Browse the repository at this point in the history
Release version 1.5.0
  • Loading branch information
seitenbau-govdata committed May 3, 2023
2 parents 076f557 + 1b23fa2 commit 14396e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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

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

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

0 comments on commit 14396e6

Please sign in to comment.