From 2384b48e51e683866055139573cdce662792dbfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Jul 2024 08:26:26 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=205.5.0=20=E2=86=92=205.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c4a944..3c2082e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v5.6.0 (2024-07-08) + +### Feature + +- add (optional) integration with ckanext-status + +### Fix + +- use (un)available instead of (dis)connected + ## v5.5.0 (2024-03-11) ### Feature diff --git a/CITATION.cff b/CITATION.cff index d6c7eee..58348bb 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - versioned_datastore license: GPL-3.0-or-later -version: 5.5.0 +version: 5.6.0 diff --git a/pyproject.toml b/pyproject.toml index 7d97ddd..123d456 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-versioned-datastore" -version = "5.5.0" +version = "5.6.0" 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.5.0" +version = "5.6.0" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true