From 5fba607c1d3df1fa7322f87462290cc6c155187d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Jun 2024 08:49:24 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.1.13=20=E2=86=92=203.1.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ CITATION.cff | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b93df7..b5a49b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v3.1.14 (2024-06-10) + +### Fix + +- use first two chars of ckan lang code + ## v3.1.13 (2024-05-07) ### Fix diff --git a/CITATION.cff b/CITATION.cff index bc22a96..9bbbadd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - doi license: GPL-3.0-or-later -version: 3.1.13 +version: 3.1.14 diff --git a/pyproject.toml b/pyproject.toml index 1ed8291..5132e78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-doi" -version = "3.1.13" +version = "3.1.14" 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.13" +version = "3.1.14" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true