From 2e2ca8e456d36deba9d5f2d9d3d3993e092b69fb Mon Sep 17 00:00:00 2001 From: Stefan Oderbolz Date: Tue, 7 Nov 2017 09:39:09 +0100 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.rst | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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',