Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed May 25, 2022
1 parent 0fb32c7 commit 0d51dbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

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

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

* Support for CKAN 2.10 and Python 3.9 (#208)
* Upgrade RDFLib version (#213)
* Support URIs in more fields of the default profile (#214)
* Make HTTP-Response size configurable (#215)
* Increase harvester get content chunk size (#217)

## [v1.1.3](https://github.com/ckan/ckanext-dcat/compare/v1.1.3...v1.1.2) - 2021-11-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.1.3'
version = '1.2.0'

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

0 comments on commit 0d51dbe

Please sign in to comment.