diff --git a/CHANGELOG.md b/CHANGELOG.md index d0751ae..6e9bd79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v3.1.17 (2024-11-04) + +### Docs + +- use variable logo based on colour scheme +- fix tests badge tests workflow file was renamed + ## v3.1.16 (2024-11-04) ### Docs diff --git a/CITATION.cff b/CITATION.cff index e9b64fe..cfe7e68 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - doi license: GPL-3.0-or-later -version: 3.1.16 +version: 3.1.17 diff --git a/pyproject.toml b/pyproject.toml index 0072702..733c3c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-doi" -version = "3.1.16" +version = "3.1.17" description = "A CKAN extension for assigning a digital object identifier (DOI) to datasets, using the DataCite DOI service." readme = "README.md" requires-python = ">=3.6" @@ -58,7 +58,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "3.1.16" +version = "3.1.17" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true