Skip to content

Commit

Permalink
Merge pull request #229 from GovDataOfficial/release-version-1.3.0
Browse files Browse the repository at this point in the history
Release version 1.3.0
  • Loading branch information
seitenbau-govdata authored Aug 1, 2022
2 parents 29059bb + f520abd commit 4b06fc0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# Changelog


## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.1.3...HEAD)
## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.3.0...HEAD)

## [v1.3.0](https://github.com/ckan/ckanext-dcat/compare/v1.2.0...v1.3.0) - 2022-08-01

* Fix assert expressions in tests (#218)
* Fix unicode encoding error on Python 2 (#225)
* Support (partial, not complete) for DCAT-AP 2.1 (#220)

#### Changed default profile
With #220 the default profile has changed from `euro_dcat_ap` to `euro_dcat_ap_2`. The following properties are additionally supported by default:
* dcat:Dataset
* dcat:bbox und dcat:centroid (in dct:Location of dct:spatial)
* dcat:startDate, dcat:endDate, time:hasBeginning, time:hasEnd (in dct:PeriodOfTime of dct:temporal)
* dcat:spatialResolutionInMeters
* dcat:temporalResolution
* dct:isReferencedBy
* dcat:Distribution
* dcatap:availability
* dcat:compressFormat
* dcat:packageFormat

How the default profile can be changed is described in the Documentation under [profiles](https://github.com/ckan/ckanext-dcat/#profiles).

## [v1.2.0](https://github.com/ckan/ckanext-dcat/compare/v1.1.3...v1.2.0) - 2022-05-25

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.2.0'
version = '1.3.0'

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

0 comments on commit 4b06fc0

Please sign in to comment.