diff --git a/CHANGELOG.md b/CHANGELOG.md index fe480e2..1a358c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 1.3.0 (2020-01-06) - DKAN support [#129](https://github.com/opendatateam/udata-ckan/pull/129) diff --git a/udata_ckan/__init__.py b/udata_ckan/__init__.py index da69045..4f95291 100644 --- a/udata_ckan/__init__.py +++ b/udata_ckan/__init__.py @@ -4,5 +4,5 @@ ''' from __future__ import unicode_literals -__version__ = '1.2.4.dev' +__version__ = '1.3.0' __description__ = 'CKAN integration for udata'