From b00637beb575ab856ffc50db3dd5230cd1b732b2 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 12 Jan 2016 16:10:11 -0800 Subject: [PATCH] v0.7.4 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75483c43..97aaaca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.4 +===== +- Produce error message instead of crashing on non-utf8 installation failure + 0.7.3 ===== - Fix regression introduced in 0.7.1 breaking `git commit -a` diff --git a/setup.py b/setup.py index 70cdc460..33f6d5f6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.7.3', + version='0.7.4', author='Anthony Sottile', author_email='asottile@umich.edu',