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 1.4.3
===== =====
### Fixes ### Fixes
- `pre-commit` on windows can find pythons at non-hardcoded paths. - `pre-commit` on windows can find pythons at non-hardcoded paths.
- #674 PR by @asottile - #674 PR by @asottile.
1.4.2 1.4.2
===== =====

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.3', version='1.4.4',
author='Anthony Sottile', author='Anthony Sottile',
author_email='asottile@umich.edu', author_email='asottile@umich.edu',