From 989ebb1970a594d32efc593963193c0c7f3749e8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 27 Aug 2021 18:49:49 +0000 Subject: [PATCH] 0.0.6 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 e8f045ae..e2f20ad2 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.6 (2021-08-27) +### Fix +* **global:** `mypy` and `flakehell` invocation errors ([`fbdc7ae`](https://github.com/billsioros/cookiecutter-pypackage/commit/fbdc7aec0eb5283c443434da069513da1b403c04)) + +**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage/compare/v0.0.5...v0.0.6)** + ## v0.0.5 (2021-08-27) ### Fix * **template:** Correct coverage path ([`ab58ce5`](https://github.com/billsioros/cookiecutter-pypackage/commit/ab58ce5b28542bfe63284547df15db0c03a48c8e)) diff --git a/pyproject.toml b/pyproject.toml index 9eadbcdf..d94de139 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.5" +version = "0.0.6" description = "🐍🍪 Another Python Cookiecutter" readme = "README.md" authors = ["billsioros "]