From 32b662c35f0e399cc1cca4aacc80caefe5a5c006 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 28 Jul 2014 14:24:55 -0700 Subject: [PATCH] v0.2.7 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee14035..016ba89e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.2.7 +===== +- Produce output when running pre-commit install --install-hooks + 0.2.6 ===== - Print hookid on failure diff --git a/setup.py b/setup.py index c291cc7d..7d07199e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.2.6', + version='0.2.7', author='Anthony Sottile', author_email='asottile@umich.edu',