diff --git a/CHANGELOG.md b/CHANGELOG.md index 91824a4d..75483c43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.3 +===== +- Fix regression introduced in 0.7.1 breaking `git commit -a` + 0.7.2 ===== - Add `always_run` setting for hooks to run even without file changes. diff --git a/setup.py b/setup.py index eac856d2..70cdc460 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.7.2', + version='0.7.3', author='Anthony Sottile', author_email='asottile@umich.edu',