From 9624c6b86464d5e4d46b8467baf4da1f23525a85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Nov 2024 11:39:13 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.1.16=20=E2=86=92=203.1.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) 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