File tree 2 files changed +24
-2
lines changed
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ 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
+ ***********
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
+
10
31
***********
11
32
1.5.6 _ - 2023-06-26
12
33
***********
@@ -413,7 +434,8 @@ Categories
413
434
- ``Fixed `` for any bug fixes.
414
435
- ``Security `` to invite users to upgrade in case of vulnerabilities.
415
436
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
417
439
.. _1.5.6 : https://github.com/ckan/ckanext-harvest/compare/v1.5.5...v1.5.6
418
440
.. _1.5.5 : https://github.com/ckan/ckanext-harvest/compare/v1.5.4...v1.5.5
419
441
.. _1.5.4 : https://github.com/ckan/ckanext-harvest/compare/v1.5.3...v1.5.4
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " ckanext-harvest"
3
- version = " 1.5.6 "
3
+ version = " 1.6.0 "
4
4
description = " Harvesting interface plugin for CKAN, plus harvester for other CKAN sites"
5
5
authors = [
6
6
{
name =
" Adrià Mercader" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments