From bfc824e51b78972277da37b49b25d2013c0c0401 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 26 Aug 2021 17:11:16 +0000 Subject: [PATCH] 0.0.3 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 cbf5ffa6..ace12f8c 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.3 (2021-08-26) +### Fix +* **template:** Follow the `src` standard layout ([`8f7927b`](https://github.com/billsioros/cookiecutter-pypackage/commit/8f7927bc7cd24e605f0930d36719e4fef26affb9)) + +**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage/compare/v0.0.2...v0.0.3)** + ## v0.0.2 (2021-08-24) ### Fix * **main:** `skip_install` by default ([`44e1e5d`](https://github.com/billsioros/cookiecutter-pypackage/commit/44e1e5d12e261aae4d4dd6720eba678b5ce4479a)) diff --git a/pyproject.toml b/pyproject.toml index 45dba16a..fbe19e44 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.2" +version = "0.0.3" description = "🐍🍪 Another Python Cookiecutter" readme = "README.md" authors = ["billsioros "]