diff --git a/CHANGELOG.md b/CHANGELOG.md index b98ee0b7..b962ace4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.3.5 +===== +- Support running as `pre-push`. + 0.3.4 ===== - Allow hook providers to default `args` in `hooks.yaml` diff --git a/setup.py b/setup.py index 90af5bb5..cf334a74 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.3.4', + version='0.3.5', author='Anthony Sottile', author_email='asottile@umich.edu',