From 42dfc03d800822f5d467183cb52fbc3fff30b431 Mon Sep 17 00:00:00 2001 From: Artur Lissin Date: Thu, 16 Jan 2025 14:18:59 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.2=20=E2=86=92=200.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb302b..996ab0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.4.0 (2025-01-16) + +### Feat + +- add tox to lefthook + ## v0.3.2 (2025-01-15) ### Fix diff --git a/README.md b/README.md index 26ced9b..6d0f176 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # INIT - Python -[![release: 0.3.2](https://img.shields.io/badge/rel-0.3.2-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) +[![release: 0.4.0](https://img.shields.io/badge/rel-0.4.0-blue.svg?style=flat-square)](https://github.com/artdotlis/INITpy) [![The Unlicense](https://img.shields.io/badge/License-Unlicense-brightgreen.svg?style=flat-square)](https://choosealicense.com/licenses/unlicense/) [![Documentation Status](https://img.shields.io/badge/docs-GitHub-blue.svg?style=flat-square)](https://artdotlis.github.io/INITpy/) diff --git a/pyproject.toml b/pyproject.toml index 70dab8d..c201964 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "initpy" -version = "0.3.2" +version = "0.4.0" description = """Initial bare-bone Python project.""" readme = "README.md" authors = [