diff --git a/CHANGELOG.md b/CHANGELOG.md index 304530c6..33f862db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ +1.4.3 +===== + +### Fixes +- `pre-commit` on windows can find pythons at non-hardcoded paths. + - #674 PR by @asottile + 1.4.2 ===== ### Fixes - `pre-commit` no longer clears `GIT_SSH` environment variable when cloning. - - #671 PR by rp-tanium. + - #671 PR by @rp-tanium. 1.4.1 ===== diff --git a/setup.py b/setup.py index 8c40b36b..ae09ecbc 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.4.2', + version='1.4.3', author='Anthony Sottile', author_email='asottile@umich.edu',