This commit is contained in:
Anthony Sottile 2015-01-15 08:48:19 -08:00
parent e4ef34ea6b
commit e6add0e4a2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.3.5
=====
- Support running as `pre-push`.
0.3.4 0.3.4
===== =====
- Allow hook providers to default `args` in `hooks.yaml` - Allow hook providers to default `args` in `hooks.yaml`

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