This commit is contained in:
Anthony Sottile 2015-01-13 12:14:55 -08:00
parent b6845208be
commit d2b11a0c50
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.3.4
=====
- Allow hook providers to default `args` in `hooks.yaml`
0.3.3 0.3.3
===== =====
- Improve message for `CalledProcessError` - Improve message for `CalledProcessError`

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