From eea738c4eae102533026af41dfebaf68d7579d83 Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Thu, 19 Sep 2024 21:11:24 +0430 Subject: [PATCH] :bookmark: build(django_logging): Publish version 1.2.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6ab501..77f19a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core" ] [tool.poetry] name = "dj-logging" -version = "1.2.0" +version = "1.2.1" description = "A package for logging in django applications" authors = [ "ARYAN-NIKNEZHAD ", "MEHRSHAD-MIRSHEKARY " ] license = "MIT" @@ -244,7 +244,7 @@ B104 = { check_typed_list = true } [tool.commitizen] name = "cz_conventional_commits" -version = "1.2.0" +version = "1.2.1" tag_format = "v$version" [tool.commitizen.settings]