diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5cbad7..8a8d2082 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 +## v1.1.1 (2023-05-25) +### Fix +* **instance.yml:** Set `python-version` to 3.9 ([`4cd2c98`](https://github.com/billsioros/cookiecutter-pypackage/commit/4cd2c98e9f231333fda620442b3079f5c4daebf0)) + +**[See all commits in this version](https://github.com/billsioros/cookiecutter-pypackage/compare/v1.1.0...v1.1.1)** + ## v1.1.0 (2023-05-24) ### Feature * Replace `flakeheaven` with `ruff` ([`85a6132`](https://github.com/billsioros/cookiecutter-pypackage/commit/85a613250e741038b9817971dc6e63e3f8ecad7a)) diff --git a/pyproject.toml b/pyproject.toml index 48b940ac..f394be8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cookiecutter-pypackage" -version = "1.1.0" +version = "1.1.1" description = "🐍🍪 Another Python Cookiecutter" readme = "README.md" authors = ["billsioros "]