Skip to content

Commit 9fb44f7

Browse files
Bump version
1 parent b6cb58d commit 9fb44f7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
77
The format is based on `Keep a Changelog <http://keepachangelog.com>`_
88
and this project adheres to `Semantic Versioning <http://semver.org/>`_
99

10+
***********
11+
1.5.6_ - 2023-06-26
12+
***********
13+
14+
Fixed
15+
-------
16+
17+
- Fix url endpoint for job_show #534
18+
1019
***********
1120
1.5.5_ - 2023-06-05
1221
***********
@@ -404,7 +413,8 @@ Categories
404413
- ``Fixed`` for any bug fixes.
405414
- ``Security`` to invite users to upgrade in case of vulnerabilities.
406415

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
408418
.. _1.5.5: https://github.com/ckan/ckanext-harvest/compare/v1.5.4...v1.5.5
409419
.. _1.5.4: https://github.com/ckan/ckanext-harvest/compare/v1.5.3...v1.5.4
410420
.. _1.5.3: https://github.com/ckan/ckanext-harvest/compare/v1.5.2...v1.5.3

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '1.5.5'
3+
version = '1.5.6'
44

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

0 commit comments

Comments
 (0)