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

new-version #339

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Your next Python package needs a bleeding-edge project structure.
## TL;DR

```bash
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.9
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.10
```

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

```bash
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.9
cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.10
```

### Input variables
Expand Down
16 changes: 4 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "python-package-template"
version = "1.0.9"
version = "1.0.10"
description = "Cookiecutter template for Python cli/packages"
readme = "README.md"
authors = ["Roman Tezikov <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions {{ cookiecutter.project_name }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ mypy = "^0.910"
mypy-extensions = "^0.4.3"
pre-commit = "^2.13.0"
pydocstyle = "^6.1.1"
pylint = "^2.9.3"
pylint = "^2.9.5"
pytest = "^6.2.4"
pyupgrade = "^2.21.2"
pyupgrade = "^2.23.0"
safety = "^1.10.3"

[tool.black]
Expand Down