Skip to content

Commit

Permalink
Release version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Oct 10, 2024
1 parent 6bcaa2f commit f2c4354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A collection of prepare message and commit message git hooks for use with the [p
Add this to your `.pre-commit-config.yaml`:
```
- repo: https://github.com/boidolr/pre-commit-msg
rev: v1.3.1 # Use the ref you want to point at
rev: v1.3.2 # Use the ref you want to point at
hooks:
- id: format-message
# - id: ...
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = [
urls = {"Respository" = "https://github.com/boidolr/pre-commit-msg"}
license = {file = "LICENSE"}
readme = "README.md"
version = "1.3.1"
version = "1.3.2"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit f2c4354

Please sign in to comment.