From 2a642b0619b76cbe1a4d217ec5f9e513dd4e4c08 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 2 Jun 2015 15:46:06 -0700 Subject: [PATCH] v0.5.2 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 222f90b6..e44fe6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.5.2 +===== +- Fix autoupdate with "local" hooks + 0.5.1 ===== - Fix bug with unknown non-ascii hook-id diff --git a/setup.py b/setup.py index 93e4c1e3..d90b2f42 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.5.1', + version='0.5.2', author='Anthony Sottile', author_email='asottile@umich.edu',