This commit is contained in:
Anthony Sottile
2018-01-02 19:33:13 -08:00
parent 097bba63b8
commit 04aef9e78c
2 changed files with 9 additions and 2 deletions

View File

@@ -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
=====

View File

@@ -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',