Skip to content

Commit

Permalink
Update changelog and setup.py for version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata committed Nov 5, 2021
1 parent b50bd24 commit add2d79
Show file tree
Hide file tree
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

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

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

0 comments on commit add2d79

Please sign in to comment.