From 16cd5c76e7907308ca01afb32a7082593ee65234 Mon Sep 17 00:00:00 2001 From: Waynerv Date: Tue, 15 Jun 2021 21:14:47 +0800 Subject: [PATCH] Bump version to 1.1.0 --- docs/history.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/history.md b/docs/history.md index 908d604a..99366046 100644 --- a/docs/history.md +++ b/docs/history.md @@ -1,4 +1,10 @@ -# v1.0 +# History + +## v1.1.0 + +* Add `use_mypy` choice to make mypy optional + +## v1.0 ***first release with the following features:*** * [Poetry](https://python-poetry.org/): Manage dependency, build and release diff --git a/pyproject.toml b/pyproject.toml index e976f88d..446cd052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "cookiecutter-pypackage" -version = "1.0.2" +version = "1.1.0" description = "Cookiecutter template for a Python package" license = "BSD-3-Clause" authors = ["Xie Wei "]