We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00214e commit ef33357Copy full SHA for ef33357
docs/history.md
@@ -1,5 +1,9 @@
1
# History
2
3
+## v1.1.1
4
+
5
+* Centralize most of the tool configuration in the `setup.cfg` file
6
7
## v1.1.0
8
9
* Add `use_mypy` choice to make mypy optional
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 <[email protected]>"]
0 commit comments