diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b6467c3..762176a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.13.3 +====== +- Add `--allow-missing-config` to install: allows `git commit` without a + configuration. + 0.13.2 ====== - Version the local hooks repo diff --git a/setup.py b/setup.py index f2962871..0921a953 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.13.2', + version='0.13.3', author='Anthony Sottile', author_email='asottile@umich.edu',