This commit is contained in:
Anthony Sottile 2015-03-29 09:32:46 -07:00
parent a0db694ab9
commit a76c902394
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.4.4
=====
- Use sys.executable when executing virtualenv
0.4.3 0.4.3
===== =====
- Use reset instead of checkout when checkout out hook repo - Use reset instead of checkout when checkout out hook repo

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