Skip to content

Commit ef33357

Browse files
committed
update changelog and version
1 parent b00214e commit ef33357

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## v1.1.1
4+
5+
* Centralize most of the tool configuration in the `setup.cfg` file
6+
37
## v1.1.0
48

59
* Add `use_mypy` choice to make mypy optional

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.1.0"
4+
version = "1.1.1"
55
description = "Cookiecutter template for a Python package"
66
license = "BSD-3-Clause"
77
authors = ["Xie Wei <[email protected]>"]

0 commit comments

Comments
 (0)