Skip to content

Commit 944f67c

Browse files
committed
New release 1.3.0
1 parent cc61909 commit 944f67c

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,25 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
1111
Unreleased_
1212
***********
1313

14+
***********
15+
1.3.0_ - 2020-06-04
16+
***********
17+
18+
Changed
19+
-------
20+
21+
- Support for Python 3 #392
22+
- Add option for job timeout #403
23+
- Add support for limiting number of results and filtering by organization in harvest_source_list #403
24+
25+
Fixed
26+
-----
27+
28+
- Fix support for different Redis client libraries #403
29+
- Fix force_import option in run_test command #402
30+
- Fix show object #395
31+
- Fix handling of exceptions in controller #390
32+
1433

1534
***********
1635
1.2.1_ - 2020-01-22
@@ -209,7 +228,9 @@ Categories
209228
- ``Fixed`` for any bug fixes.
210229
- ``Security`` to invite users to upgrade in case of vulnerabilities.
211230

212-
.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.2.0...HEAD
231+
.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.3.0...HEAD
232+
.. _1.3.0: https://github.com/ckan/ckanext-harvest/compare/v1.2.1...v1.3.0
233+
.. _1.2.1: https://github.com/ckan/ckanext-harvest/compare/v1.2.0...v1.2.1
213234
.. _1.2.0: https://github.com/ckan/ckanext-harvest/compare/v1.1.4...v1.2.0
214235
.. _1.1.4: https://github.com/ckan/ckanext-harvest/compare/v1.1.3...v1.1.4
215236
.. _1.1.3: https://github.com/ckan/ckanext-harvest/compare/v1.1.2...v1.1.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '1.2.1'
3+
version = '1.3.0'
44

55
setup(
66
name='ckanext-harvest',

0 commit comments

Comments
 (0)