From d9572d5a1c7986ea9edf3e72751823db3bfcc985 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Jul 2023 12:26:08 +0000 Subject: [PATCH] 1.4.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfff19c..1250b357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v1.4.0 (2023-07-04) + +### Feature + +* Additional `pre-commit` hooks ([`e0ee59d`](https://github.com/billsioros/cookiecutter-pypackage/commit/e0ee59d7dc57c986cc97556ac8325332df11f287)) + +**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage/compare/v1.3.0...v1.4.0)** + ## v1.3.0 (2023-06-23) ### Feature diff --git a/pyproject.toml b/pyproject.toml index a8c0ca5d..0473c357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ testpaths = "tests" [tool.poetry] name = "cookiecutter-pypackage" -version = "1.3.0" +version = "1.4.0" description = "🐍🍪 Another Python Cookiecutter" readme = "README.md" authors = ["billsioros "]