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',