From 04aef9e78c0556f0fdb57f330c9c3886de61734e Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 2 Jan 2018 19:33:13 -0800 Subject: [PATCH] v1.4.3 --- CHANGELOG.md | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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',