This commit is contained in:
Anthony Sottile 2016-01-15 13:40:10 -08:00
parent aa6d64beab
commit 1dbcfe3adb
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.7.5
=====
- Consider dead symlinks as files when committing
0.7.4 0.7.4
===== =====
- Produce error message instead of crashing on non-utf8 installation failure - Produce error message instead of crashing on non-utf8 installation failure

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