File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on `Keep a Changelog <http://keepachangelog.com >`_
8
8
and this project adheres to `Semantic Versioning <http://semver.org/ >`_
9
9
10
+ ***********
11
+ 1.5.6 _ - 2023-06-26
12
+ ***********
13
+
14
+ Fixed
15
+ -------
16
+
17
+ - Fix url endpoint for job_show #534
18
+
10
19
***********
11
20
1.5.5 _ - 2023-06-05
12
21
***********
@@ -404,7 +413,8 @@ Categories
404
413
- ``Fixed `` for any bug fixes.
405
414
- ``Security `` to invite users to upgrade in case of vulnerabilities.
406
415
407
- .. _Unreleased : https://github.com/ckan/ckanext-harvest/compare/v1.5.5...HEAD
416
+ .. _Unreleased : https://github.com/ckan/ckanext-harvest/compare/v1.5.6...HEAD
417
+ .. _1.5.6 : https://github.com/ckan/ckanext-harvest/compare/v1.5.5...v1.5.6
408
418
.. _1.5.5 : https://github.com/ckan/ckanext-harvest/compare/v1.5.4...v1.5.5
409
419
.. _1.5.4 : https://github.com/ckan/ckanext-harvest/compare/v1.5.3...v1.5.4
410
420
.. _1.5.3 : https://github.com/ckan/ckanext-harvest/compare/v1.5.2...v1.5.3
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , find_packages
2
2
3
- version = '1.5.5 '
3
+ version = '1.5.6 '
4
4
5
5
setup (
6
6
name = 'ckanext-harvest' ,
You can’t perform that action at this time.
0 commit comments