Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata committed Jun 26, 2023
1 parent b6cb58d commit 9fb44f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.rst
Expand Up @@ -7,6 +7,15 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <http://keepachangelog.com>`_
and this project adheres to `Semantic Versioning <http://semver.org/>`_

***********
1.5.6_ - 2023-06-26
***********

Fixed
-------

- Fix url endpoint for job_show #534

***********
1.5.5_ - 2023-06-05
***********
Expand Down Expand Up @@ -404,7 +413,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.5.5...HEAD
.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.5.6...HEAD
.. _1.5.6: https://github.com/ckan/ckanext-harvest/compare/v1.5.5...v1.5.6
.. _1.5.5: https://github.com/ckan/ckanext-harvest/compare/v1.5.4...v1.5.5
.. _1.5.4: https://github.com/ckan/ckanext-harvest/compare/v1.5.3...v1.5.4
.. _1.5.3: https://github.com/ckan/ckanext-harvest/compare/v1.5.2...v1.5.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.5.5'
version = '1.5.6'

setup(
name='ckanext-harvest',
Expand Down

0 comments on commit 9fb44f7

Please sign in to comment.