From 1dbcfe3adbdde132fe03254fe66e4f731545fde0 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 15 Jan 2016 13:40:10 -0800 Subject: [PATCH] v0.7.5 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97aaaca5..ad25e0f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.5 +===== +- Consider dead symlinks as files when committing + 0.7.4 ===== - Produce error message instead of crashing on non-utf8 installation failure diff --git a/setup.py b/setup.py index 33f6d5f6..4e4ce8fd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.7.4', + version='0.7.5', author='Anthony Sottile', author_email='asottile@umich.edu',