From 8f7844b43ec4a4e356ce90c44aa5bdab6ca42241 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Jan 2023 13:15:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.3=20=E2=86=92=202.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52aa097..f5fef76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.1.4 (2023-01-31) + +### Docs + +- **readme**: direct link to logo in readme +- **readme**: fix github actions badge + ## v2.1.3 (2023-01-30) ### Build System(s) diff --git a/pyproject.toml b/pyproject.toml index 35177cb..ed4861f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-contact" -version = "2.1.3" +version = "2.1.4" description = "A CKAN extension for adding popup contact forms to pages." readme = "README.md" requires-python = ">=3.6" @@ -55,7 +55,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.1.3" +version = "2.1.4" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true