From d2b11a0c500d2f1f6ea78cdc96d88a977ea6c994 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 13 Jan 2015 12:14:55 -0800 Subject: [PATCH] v0.3.4 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c62181..b98ee0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.3.4 +===== +- Allow hook providers to default `args` in `hooks.yaml` + 0.3.3 ===== - Improve message for `CalledProcessError` diff --git a/setup.py b/setup.py index 0d9fe2e6..af171031 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.3.3', + version='0.3.4', author='Anthony Sottile', author_email='asottile@umich.edu',