Skip to content

Commit

Permalink
build: prep for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peaky76 committed Feb 16, 2024
1 parent 2d85cce commit f547f1a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 1.0.0 (2024-02-16)

#### Packages

- `auto-changelog`
- `coverage`
- `mypy`
- `pre-commit`
- `pytest`
- `pytest-cov`
- `radon`
- `ruff`
- `sphinx`
- `sphinx-rtd-theme`
- `toml-cli`

#### Configuration

- `dependabot`
- `ci` with `pytest`, `ruff`, `mypy`
- `pre-commit` with `ruff format`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-template"
version = "0.1.0"
version = "1.0.0"
description = ""
authors = ["peaky76 <[email protected]>"]
license = "GPL-3.0-only"
Expand Down

0 comments on commit f547f1a

Please sign in to comment.