Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 99ea9fd

Browse files
authored
Merge pull request #339 from TezRomacH:version/v1.0.10
new-version
2 parents 34c7d30 + 6c38cfd commit 99ea9fd

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Your next Python package needs a bleeding-edge project structure.
1717
## TL;DR
1818

1919
```bash
20-
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.9
20+
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.10
2121
```
2222

2323
> All you need is the latest version of cookiecutter 😉
@@ -65,7 +65,7 @@ pip install -U cookiecutter
6565
then go to a directory where you want to create your project and run:
6666

6767
```bash
68-
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.9
68+
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.10
6969
```
7070

7171
### Input variables

poetry.lock

Lines changed: 4 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55

66
[tool.poetry]
77
name = "python-package-template"
8-
version = "1.0.9"
8+
version = "1.0.10"
99
description = "Cookiecutter template for Python cli/packages"
1010
readme = "README.md"
1111
authors = ["Roman Tezikov <[email protected]>"]

{{ cookiecutter.project_name }}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ mypy = "^0.910"
5555
mypy-extensions = "^0.4.3"
5656
pre-commit = "^2.13.0"
5757
pydocstyle = "^6.1.1"
58-
pylint = "^2.9.3"
58+
pylint = "^2.9.5"
5959
pytest = "^6.2.4"
60-
pyupgrade = "^2.21.2"
60+
pyupgrade = "^2.23.0"
6161
safety = "^1.10.3"
6262

6363
[tool.black]

0 commit comments

Comments
 (0)