Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 22, 2021
1 parent 1c6c8f3 commit b602c05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog


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


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

* Use safer encoder for Structured Data output (#198)
* Fix: use catalog_uri logic for pagination URIs (#197)
* Introduce new interface method `after_parsing` (#196)

## [v1.1.1](https://github.com/ckan/ckanext-dcat/compare/v1.1.0...v1.1.1) - 2021-03-17
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.1'
version = '1.1.2'

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

0 comments on commit b602c05

Please sign in to comment.