Skip to content

Commit 4d42da1

Browse files
committed
Bump version for release
1 parent 7a040cf commit 4d42da1

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.rst

+23-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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+
***********
12+
1.6.0_ - 2024-10-31
13+
***********
14+
15+
Changed
16+
_______
17+
18+
- CKAN 2.11 support #551
19+
- Switched to alembic migrations #540
20+
- Support for SQLAlchemy 2 #553
21+
- Use pyproject.toml file #554
22+
- Add tab for harvest sources in sysadmin page
23+
24+
Fixed
25+
-------
26+
27+
- Clean up harvest source clear command, fix revisions exception #556
28+
- Convert boolean values to bools #544
29+
30+
1031
***********
1132
1.5.6_ - 2023-06-26
1233
***********
@@ -413,7 +434,8 @@ Categories
413434
- ``Fixed`` for any bug fixes.
414435
- ``Security`` to invite users to upgrade in case of vulnerabilities.
415436

416-
.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.5.6...HEAD
437+
.. _Unreleased: https://github.com/ckan/ckanext-harvest/compare/v1.6.0...HEAD
438+
.. _1.6.0: https://github.com/ckan/ckanext-harvest/compare/v1.5.6...v1.6.0
417439
.. _1.5.6: https://github.com/ckan/ckanext-harvest/compare/v1.5.5...v1.5.6
418440
.. _1.5.5: https://github.com/ckan/ckanext-harvest/compare/v1.5.4...v1.5.5
419441
.. _1.5.4: https://github.com/ckan/ckanext-harvest/compare/v1.5.3...v1.5.4

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ckanext-harvest"
3-
version = "1.5.6"
3+
version = "1.6.0"
44
description = "Harvesting interface plugin for CKAN, plus harvester for other CKAN sites"
55
authors = [
66
{name = "Adrià Mercader", email = "[email protected]"}

0 commit comments

Comments
 (0)