diff --git a/CHANGELOG.md b/CHANGELOG.md index 7696dd70..acd7f996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.14.2 +====== + +### Fixes +- Make the hook shebang detection more timid (1.14.0 regression) + - Homebrew/homebrew-core#35825. + - #915 PR by @asottile. + 1.14.1 ====== diff --git a/setup.py b/setup.py index 7e6a138f..240a7e3e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/pre-commit/pre-commit', - version='1.14.1', + version='1.14.2', author='Anthony Sottile', author_email='asottile@umich.edu', classifiers=[