From 9b8e387944e5bf3dd9596fe710156fc153950657 Mon Sep 17 00:00:00 2001 From: github-bot Date: Thu, 6 Jun 2024 14:37:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20v0.3.1=20=E2=86=92=20?= =?UTF-8?q?v0.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e9b673..a971700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.2 (2024-06-06) + +### Hotfix + +- pytest logger function (#17) + ## v0.3.1 (2024-06-04) ### Hotfix diff --git a/pyproject.toml b/pyproject.toml index d0622aa..fd143ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyproject-creator" -version = "0.3.1" +version = "0.3.2" description = "A tool to create Python project templates" authors = ["NextKele "] repository = "https://github.com/atiasn/pyproject-creator"