From afe30136fa6b3ebff15bb3ef6efb9e85e98adff3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 27 Aug 2021 19:39:33 +0000 Subject: [PATCH] 0.0.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f20ad2..d5cd6bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v0.0.7 (2021-08-27) +### Fix +* **template:** `flakehell` & `mypy` errors ([`84bda24`](https://github.com/billsioros/cookiecutter-pypackage/commit/84bda247d36bc509205d6d02aee0b9a0d16ff836)) + +**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage/compare/v0.0.6...v0.0.7)** + ## v0.0.6 (2021-08-27) ### Fix * **global:** `mypy` and `flakehell` invocation errors ([`fbdc7ae`](https://github.com/billsioros/cookiecutter-pypackage/commit/fbdc7aec0eb5283c443434da069513da1b403c04)) diff --git a/pyproject.toml b/pyproject.toml index 6ff5cdcc..711fcfcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cookiecutter-pypackage" -version = "0.0.6" +version = "0.0.7" description = "🐍🍪 Another Python Cookiecutter" readme = "README.md" authors = ["billsioros "]