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 1.4.2
===== =====
### Fixes ### Fixes
- `pre-commit` no longer clears `GIT_SSH` environment variable when cloning. - `pre-commit` no longer clears `GIT_SSH` environment variable when cloning.
- #671 PR by rp-tanium. - #671 PR by @rp-tanium.
1.4.1 1.4.1
===== =====

View file

@ -9,7 +9,7 @@ setup(
'hooks.' 'hooks.'
), ),
url='https://github.com/pre-commit/pre-commit', url='https://github.com/pre-commit/pre-commit',
version='1.4.2', version='1.4.3',
author='Anthony Sottile', author='Anthony Sottile',
author_email='asottile@umich.edu', author_email='asottile@umich.edu',