File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,25 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_
11
11
Unreleased _
12
12
***********
13
13
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
+
14
33
15
34
***********
16
35
1.2.1 _ - 2020-01-22
@@ -209,7 +228,9 @@ Categories
209
228
- ``Fixed `` for any bug fixes.
210
229
- ``Security `` to invite users to upgrade in case of vulnerabilities.
211
230
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
213
234
.. _1.2.0 : https://github.com/ckan/ckanext-harvest/compare/v1.1.4...v1.2.0
214
235
.. _1.1.4 : https://github.com/ckan/ckanext-harvest/compare/v1.1.3...v1.1.4
215
236
.. _1.1.3 : https://github.com/ckan/ckanext-harvest/compare/v1.1.2...v1.1.3
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- version = '1.2.1 '
3
+ version = '1.3.0 '
4
4
5
5
setup (
6
6
name = 'ckanext-harvest' ,
You can’t perform that action at this time.
0 commit comments