From 65cb9aa362bdf17eaf440c5602cbeb8d81014871 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Aug 2024 14:06:40 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.2.10=20=E2=86=92=201.2.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ CITATION.cff | 2 +- ckanext/attribution/theme/package.json | 2 +- pyproject.toml | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b511f05..7cccd00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## v1.2.11 (2024-08-20) + ## v1.2.10 (2024-01-15) ### Fix diff --git a/CITATION.cff b/CITATION.cff index 77dc239..c0b08f5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,4 +17,4 @@ keywords: - ckanext - attribution license: GPL-3.0-or-later -version: 1.2.10 +version: 1.2.11 diff --git a/ckanext/attribution/theme/package.json b/ckanext/attribution/theme/package.json index 8b38065..c909071 100644 --- a/ckanext/attribution/theme/package.json +++ b/ckanext/attribution/theme/package.json @@ -1,6 +1,6 @@ { "name": "ckanext-attribution", - "version": "1.2.10", + "version": "1.2.11", "description": "A CKAN extension that adds support for complex attribution.", "repository": { "type": "git", diff --git a/pyproject.toml b/pyproject.toml index b726162..ec14643 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-attribution" -version = "1.2.10" +version = "1.2.11" description = "A CKAN extension that adds support for complex attribution." readme = "README.md" requires-python = ">=3.6" @@ -63,7 +63,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "1.2.10" +version = "1.2.11" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true