Skip to content

Commit d31cb60

Browse files
bump: version 6.5.0 → 6.5.1
1 parent df9b558 commit d31cb60

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v6.5.1 (2026-01-05)
2+
3+
### Fix
4+
5+
- paginate current package list action
6+
17
## v6.5.0 (2026-01-05)
28

39
### Feature

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ keywords:
1717
- ckanext
1818
- versioned_datastore
1919
license: GPL-3.0-or-later
20-
version: 6.5.0
20+
version: 6.5.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ckanext-versioned-datastore"
3-
version = "6.5.0"
3+
version = "6.5.1"
44
description = "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch"
55
readme = "README.md"
66
requires-python = ">=3.6"
@@ -76,7 +76,7 @@ exclude = ["tests", "docs"]
7676

7777
[tool.commitizen]
7878
name = "cz_nhm"
79-
version = "6.5.0"
79+
version = "6.5.1"
8080
tag_format = "v$version"
8181
update_changelog_on_bump = true
8282
changelog_incremental = true

0 commit comments

Comments
 (0)