This commit is contained in:
Anthony Sottile
2016-01-12 16:10:11 -08:00
parent 13855c459b
commit b00637beb5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
0.7.4
=====
- Produce error message instead of crashing on non-utf8 installation failure
0.7.3
=====
- Fix regression introduced in 0.7.1 breaking `git commit -a`

View File

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