Skip to content

Commit 16cd5c7

Browse files
committed
Bump version to 1.1.0
1 parent 4d302e2 commit 16cd5c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/history.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# v1.0
1+
# History
2+
3+
## v1.1.0
4+
5+
* Add `use_mypy` choice to make mypy optional
6+
7+
## v1.0
28
***first release with the following features:***
39

410
* [Poetry](https://python-poetry.org/): Manage dependency, build and release

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "cookiecutter-pypackage"
4-
version = "1.0.2"
4+
version = "1.1.0"
55
description = "Cookiecutter template for a Python package"
66
license = "BSD-3-Clause"
77
authors = ["Xie Wei <[email protected]>"]

0 commit comments

Comments
 (0)