Skip to content

Commit d5e61bb

Browse files
committed
Bump version to 1.6.1
1 parent c69b524 commit d5e61bb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.rst

+13
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.6.1_ - 2025-01-14
12+
***********
13+
14+
Changed
15+
_______
16+
17+
- CKAN 2.9 is not longer maintained #559
18+
19+
Fixed
20+
-------
21+
- Update manifest to include alembic configuration #558
22+
1023

1124
***********
1225
1.6.0_ - 2024-10-31

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ To create a new release, follow the following steps:
912912

913913
* Determine new release number based on the rules of `semantic versioning <http://semver.org>`_
914914
* Update the CHANGELOG, especially the link for the "Unreleased" section
915-
* Update the version number in `setup.py`
915+
* Update the version number in `pyproject.toml`
916916
* Create a new release on GitHub and add the CHANGELOG of this release as release notes
917917

918918

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.6.0"
3+
version = "1.6.1"
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)