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