From 0ece39c484e512d36cb5b9570713967a1ec056a9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 23 Feb 2017 17:41:58 -0800 Subject: [PATCH] v0.13.3 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',