diff --git a/CHANGELOG.md b/CHANGELOG.md index 489f3b81..d1b5c230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.15.4 +====== +- Add support for the `commit-msg` git hook + 0.15.3 ====== - Recover from invalid python virtualenvs diff --git a/setup.py b/setup.py index 26308704..020699c6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.15.3', + version='0.15.4', author='Anthony Sottile', author_email='asottile@umich.edu',