From da480262a35f59c6b725803ada2cedb4a1ef87e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Jul 2023 08:29:01 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.1.7=20=E2=86=92=202.1.8?= 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 2ba48b0..33ca74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.1.8 (2023-07-17) + +### Docs + +- update logos + ## v2.1.7 (2023-04-11) ### Build System(s) diff --git a/pyproject.toml b/pyproject.toml index 3b898fe..6cfb8ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ckanext-video" -version = "2.1.7" +version = "2.1.8" description = "A CKAN extension for embedding Youtube or Vimeo videos as views." readme = "README.md" requires-python = ">=3.6" @@ -55,7 +55,7 @@ exclude = ["tests", "docs"] [tool.commitizen] name = "cz_nhm" -version = "2.1.7" +version = "2.1.8" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true