From a77d0ac89d64ee663d5ff277244731f8e8f3c977 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Nov 2023 14:41:50 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.2.2=20=E2=86=92=205.2.3?= 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 11eac4d6..68613d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v5.2.3 (2023-11-20) + +### Fix + +- ignore _id fields in extension rows + ## v5.2.2 (2023-11-20) ### Fix diff --git a/CITATION.cff b/CITATION.cff index fe3e6511..e38f9061 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - versioned_datastore license: GPL-3.0-or-later -version: 5.2.2 +version: 5.2.3 diff --git a/pyproject.toml b/pyproject.toml index 1c073006..7697452c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-versioned-datastore" -version = "5.2.2" +version = "5.2.3" 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.2" +version = "5.2.3" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true