diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a8d24c..270299bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.6.1 +===== +- Fix pre-push when pushing something that's already up to date + 0.6.0 ===== - Filter hooks by stage (commit, push). diff --git a/setup.py b/setup.py index cc9d472a..c5de601d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.6.0', + version='0.6.1', author='Anthony Sottile', author_email='asottile@umich.edu',