From e822203efc63b829f20450faebbbe5db193e39e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Aug 2024 14:33:31 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.6.2=20=E2=86=92=205.6.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) 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