Skip to content

Commit

Permalink
Bump version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jan 14, 2025
1 parent c69b524 commit d5e61bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ 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.6.1_ - 2025-01-14
***********

Changed
_______

- CKAN 2.9 is not longer maintained #559

Fixed
-------
- Update manifest to include alembic configuration #558


***********
1.6.0_ - 2024-10-31
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ To create a new release, follow the following steps:

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


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ckanext-harvest"
version = "1.6.0"
version = "1.6.1"
description = "Harvesting interface plugin for CKAN, plus harvester for other CKAN sites"
authors = [
{name = "Adrià Mercader", email = "[email protected]"}
Expand Down

0 comments on commit d5e61bb

Please sign in to comment.