diff --git a/CHANGELOG.md b/CHANGELOG.md index d929f894..fc3cf4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.15.1 +====== +- Use a more intelligent default language version for python + 0.15.0 ====== - Add `types` and `exclude_types` for filtering files. These options take diff --git a/setup.py b/setup.py index 3c94bfa3..c2bd490d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.15.0', + version='0.15.1', author='Anthony Sottile', author_email='asottile@umich.edu',