From a8ddffb024c0395b38ba5ec4febc0a8fd67b6752 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 8 Oct 2015 19:21:43 -0700 Subject: [PATCH] v0.6.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',