Skip to content

Commit

Permalink
Merge pull request #203 from GovDataOfficial/release-version-1-1-3
Browse files Browse the repository at this point in the history
Update changelog and setup.py for version 1.1.3
seitenbau-govdata authored Nov 5, 2021
2 parents b50bd24 + add2d79 commit 2d2c8a8
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog


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

* Also process URIRef in rights statements

## [v1.1.3](https://github.com/ckan/ckanext-dcat/compare/v1.1.3...v1.1.2) - 2021-11-05

* Fix behavior if `publisher_uri` is not available (#201)
* Also process URIRef in rights statements (#200)

## [v1.1.2](https://github.com/ckan/ckanext-dcat/compare/v1.1.2...v1.1.1) - 2021-06-22

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.1.2'
version = '1.1.3'

setup(
name='ckanext-dcat',

0 comments on commit 2d2c8a8

Please sign in to comment.