Skip to content

Commit

Permalink
Merge pull request ckan#165 from GovDataOfficial/release-new-version
Browse files Browse the repository at this point in the history
Update changelog and setup.py
  • Loading branch information
seitenbau-govdata committed Nov 7, 2019
2 parents e6d1529 + a0c1ee4 commit b757e5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

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

* TBD

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

* 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 = '0.0.9'
version = '1.0.0'

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

0 comments on commit b757e5b

Please sign in to comment.