This commit is contained in:
Anthony Sottile 2022-04-02 21:32:54 -04:00
parent f5af0a9ff4
commit 0276e25f71
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2.18.1 - 2022-04-02
===================
### Fixes
- Fix regression for `repo: local` hooks running `python<3.7`
- #2324 PR by @asottile.
2.18.0 - 2022-04-02 2.18.0 - 2022-04-02
=================== ===================

View file

@ -1,6 +1,6 @@
[metadata] [metadata]
name = pre_commit name = pre_commit
version = 2.18.0 version = 2.18.1
description = A framework for managing and maintaining multi-language pre-commit hooks. description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown