Skip to content

Commit

Permalink
bump: version 1.0.3 → 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Mar 21, 2024
1 parent 6b48f08 commit ca58ed1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0 (2024-03-21)

### Feat

- don't constrain to Python 3 versions

## 1.0.3 (2024-03-19)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tag_format = "$version"
version_scheme = "pep440"
version_provider = "poetry"
update_changelog_on_bump = false
version = "1.0.3"
version = "1.1.0"
version_files = [
"pyproject.toml"
]
Expand All @@ -21,7 +21,7 @@ changelog_start_rev = "1179d2ca8ba8f989b93f24443acc118d55de3b4c"

[tool.poetry]
name = "pep-pre-commit-hooks"
version = "1.0.3"
version = "1.1.0"
description = "Public pre-commit hooks"
authors = ["Lorenz Walthert <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ca58ed1

Please sign in to comment.