From 43e9815f78f426d8f58894faf3e6506dfc115459 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Jul 2023 08:15:36 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.2.8=20=E2=86=92=202.2.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e401e1..30085e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.2.9 (2023-07-17) + +### Docs + +- update logos + ## v2.2.8 (2023-07-10) ### Fix diff --git a/pyproject.toml b/pyproject.toml index b4d0f1a..a5359e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-gallery" -version = "2.2.8" +version = "2.2.9" description = "A CKAN extension for a dataset gallery view." readme = "README.md" requires-python = ">=3.6" @@ -56,7 +56,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.2.8" +version = "2.2.9" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true