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