From ef333571df8e1698b2033ab91a28ca2d69f7105e Mon Sep 17 00:00:00 2001 From: Waynerv Date: Fri, 18 Jun 2021 10:20:35 +0800 Subject: [PATCH] update changelog and version --- docs/history.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/history.md b/docs/history.md index 99366046..b4d11cf4 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,5 +1,9 @@ # History +## v1.1.1 + +* Centralize most of the tool configuration in the `setup.cfg` file + ## v1.1.0 * Add `use_mypy` choice to make mypy optional diff --git a/pyproject.toml b/pyproject.toml index 446cd052..2a6eb49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "cookiecutter-pypackage" -version = "1.1.0" +version = "1.1.1" description = "Cookiecutter template for a Python package" license = "BSD-3-Clause" authors = ["Xie Wei "]