Skip to content

Commit

Permalink
bump: version 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Mar 19, 2024
1 parent 5bb833d commit 2e66f6e
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.0.3 (2024-03-19)

### Fix

- `default_language_version` is not a valid key in `.pre-commit-hook.yaml`

## 1.0.2 (2023-08-21)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tool.commitizen]
update_changelog_on_bump = true
version = "1.0.2"
version = "1.0.3"
version_files = [
"pyproject.toml"
]
Expand All @@ -12,7 +12,7 @@ changelog_start_rev = "1179d2ca8ba8f989b93f24443acc118d55de3b4c"

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

0 comments on commit 2e66f6e

Please sign in to comment.