From 90bd18e048841bbee39465b4d2421b0558f86ec9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Nov 2023 11:41:22 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.2.3=20=E2=86=92=205.2.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68613d9c..d52afa7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v5.2.4 (2023-11-23) + +### Fix + +- set default resource totals to 0 + ## v5.2.3 (2023-11-20) ### Fix diff --git a/CITATION.cff b/CITATION.cff index e38f9061..d6df983f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - versioned_datastore license: GPL-3.0-or-later -version: 5.2.3 +version: 5.2.4 diff --git a/pyproject.toml b/pyproject.toml index 7697452c..cc3aeb36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-versioned-datastore" -version = "5.2.3" +version = "5.2.4" description = "A CKAN extension providing a versioned datastore using MongoDB and Elasticsearch" readme = "README.md" requires-python = ">=3.6" @@ -75,7 +75,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "5.2.3" +version = "5.2.4" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true