diff --git a/CHANGELOG.md b/CHANGELOG.md index d28ced85..529efae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.13.6 +====== +- Fix regression in 0.13.5: allow `always_run` and `files` together despite + doing nothing. + 0.13.5 ====== - 0.13.4 contained incorrect files diff --git a/setup.py b/setup.py index 40ec7271..9b6a783a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.13.5', + version='0.13.6', author='Anthony Sottile', author_email='asottile@umich.edu',