This commit is contained in:
Anthony Sottile
2018-01-07 21:26:35 -08:00
parent a18e0af0d2
commit a5f3cefb64
2 changed files with 9 additions and 2 deletions

View File

@@ -1,9 +1,16 @@
1.4.4
=====
### Fixes
- Invoke `git diff` without a pager during `--show-diff-on-failure`.
- #676 PR by @asottile.
1.4.3
=====
### Fixes
- `pre-commit` on windows can find pythons at non-hardcoded paths.
- #674 PR by @asottile
- #674 PR by @asottile.
1.4.2
=====

View File

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