From b1f3767acc1a3f4ff0b1debde8e0c34c645eddfd Mon Sep 17 00:00:00 2001 From: andarius Date: Sat, 26 Nov 2022 10:06:11 +0000 Subject: [PATCH] =?UTF-8?q?release=200.4.11=20=E2=86=92=200.4.12=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f23474a..0ae89f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "app-utils" -version = "0.4.11" +version = "0.4.12" description = "" authors = ["Julien Brayere "] @@ -20,7 +20,7 @@ pytest-cov = "^4.0.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.4.11" +version = "0.4.12" tag_format = "$version" version_files = [ "pyproject.toml:version"