Skip to content

Commit

Permalink
New release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Feb 16, 2018
1 parent d1756dc commit 415d616
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.0.7

* Support for embedding Schema.org structured data in dataset pages (#75)
* Improve the error handling in the harvesting gather and import stage (#95)
* Avoid resource re-creation on harvesting (#91)
* Infer dataset licence from the distribution ones (#42)
* Interface for requests Session in harvesters (#98)
* Support for transitive harvesting (#96)
* Support fot cleaning tags in harvester (#103)


## v0.0.6

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 = '0.0.6'
version = '0.0.7'

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

0 comments on commit 415d616

Please sign in to comment.