diff --git a/CHANGELOG.md b/CHANGELOG.md index 229577d..b6f4c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v5.6.3 (2024-08-20) + ## v5.6.2 (2024-07-15) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 72f39d1..60d1123 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - versioned_datastore license: GPL-3.0-or-later -version: 5.6.2 +version: 5.6.3 diff --git a/pyproject.toml b/pyproject.toml index 6c13338..9854c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-versioned-datastore" -version = "5.6.2" +version = "5.6.3" description = "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch" readme = "README.md" requires-python = ">=3.6" @@ -76,7 +76,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "5.6.2" +version = "5.6.3" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true