From 4a56546056ce1a4fb913f4b2c47d151ba068127d Mon Sep 17 00:00:00 2001 From: ARYAN-NIKNEZHAD Date: Sun, 13 Oct 2024 16:29:52 +0330 Subject: [PATCH] :bookmark: build(django_notification): Publish version 1.2.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a590878..da4d100 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core" ] [tool.poetry] name = "dj-notification-api" -version = "1.1.0" +version = "1.2.0" description = "A Django package developed by Lazarus for efficiently handling notifications through various APIs" authors = [ "ARYAN-NIKNEZHAD ", "MEHRSHAD-MIRSHEKARY " ] license = "MIT" @@ -261,7 +261,7 @@ B104 = { check_typed_list = true } [tool.commitizen] name = "cz_conventional_commits" -version = "1.1.0" +version = "1.2.0" tag_format = "v$version" [tool.commitizen.settings]