Skip to content

Commit

Permalink
Update changelog and setup.py for version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata committed Mar 12, 2020
1 parent ca0d818 commit 527c76a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

## [Unreleased](https://github.com/ckan/ckanext-dcat/compare/v1.0.0...HEAD)
## [v1.1.0](https://github.com/ckan/ckanext-dcat/compare/v1.0.0...v1.1.0) - 2020-03-12

* TBD
* Python 3 support and new pytest based test suite (#174)
* Fix `after_show - set_titles` in plugins.py (#172)
* Add support for DCT.rightsStatement in DCT.accessRights and DCT.rights (#177)
* Add support for additional vcard representations (#178)
* Fix format normalization configuration (#175)
* Introduce the possibility to modify package update/create schema (#176)

## [v1.0.0](https://github.com/ckan/ckanext-dcat/compare/v0.0.9...v1.0.0)
## [v1.0.0](https://github.com/ckan/ckanext-dcat/compare/v0.0.9...v1.0.0) - 2019-11-07

* Updating the URLs to dataportals.org (#145)
* Handle import stage errors (#149)
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.0.0'
version = '1.1.0'

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

0 comments on commit 527c76a

Please sign in to comment.