From 00508fc31e449ce77713c8a1747e7bb6f93256f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 May 2023 10:56:20 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.3.2=20=E2=86=92=201.3.3?= 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 821fb52..82110ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.3.3 (2023-05-15) + +### Fix + +- **action.yml**: change action's title and description + ## v1.3.2 (2023-05-15) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 83ec91b..cef9cd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,14 +1,14 @@ [project] name = "jenkins_client" description = "A python client to trigger Jenkins jobs" -version = "1.3.2" +version = "1.3.3" authors = [ { name = "Yorgos Katsaros", email = "yorgos.katsaros@gmail.com" } ] [tool.commitizen] name = "cz_conventional_commits" -version = "1.3.2" +version = "1.3.3" tag_format = "v$version" version_files = [ "pyproject.toml:version"