This commit is contained in:
Anthony Sottile
2015-03-25 10:30:05 -07:00
parent c0f5467e25
commit c4ff9d4988
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
0.4.3
=====
- Use reset instead of checkout when checkout out hook repo
0.4.2
=====
- Limit length of xargs arguments to workaround windows xargs bug

View File

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