From ca49a5e5c5a05cd9c2f705b4a9b7a9b6b7ae2430 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Aug 2024 14:13:36 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.9=20=E2=86=92=202.1.10?= 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 636d25f..297b6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## v2.1.10 (2024-08-20) + ## v2.1.9 (2024-03-25) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 38c0f7b..d81bcea 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - gbif license: GPL-3.0-or-later -version: 2.1.9 +version: 2.1.10 diff --git a/pyproject.toml b/pyproject.toml index 36c5f1b..4dee1c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-gbif" -version = "2.1.9" +version = "2.1.10" description = "A CKAN extension that that connects with the GBIF API." readme = "README.md" requires-python = ">=3.6" @@ -57,7 +57,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.1.9" +version = "2.1.10" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true