diff --git a/CHANGELOG.md b/CHANGELOG.md index e02c420c..7b6467c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.13.2 +====== +- Version the local hooks repo +- Allow `minimum_pre_commit_version` for local hooks + 0.13.1 ====== - Fix dummy gem for ruby local hooks diff --git a/setup.py b/setup.py index 3f15db2e..f2962871 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.13.1', + version='0.13.2', author='Anthony Sottile', author_email='asottile@umich.edu',