diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21ceb28..afb3856 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,10 @@ and this project adheres to `Semantic Versioning `_. *********** Unreleased_ *********** + +******************* +1.1.0_ - 2017-11-07 +******************* Added ----- - Button on harvest admin page to abort running jobs #296 @@ -113,7 +117,8 @@ Categories - ``Fixed`` for any bug fixes. - ``Security`` to invite users to upgrade in case of vulnerabilities. -.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.0.0...HEAD +.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.1.0...HEAD +.. _1.1.0: https://github.com/ckan/ckanext-harvest/compare/v1.0.0...v1.1.0 .. _1.0.0: https://github.com/ckan/ckanext-harvest/compare/v0.0.5...v1.0.0 .. _0.0.5: https://github.com/ckan/ckanext-harvest/compare/v0.0.4...v0.0.5 .. _0.0.4: https://github.com/ckan/ckanext-harvest/compare/v0.0.3...v0.0.4 diff --git a/setup.py b/setup.py index 948a4bb..995e774 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = '1.0.0' +version = '1.1.0' setup( name='ckanext-harvest',