From cc0f40fc9666c9f9d06498c489d8f7e5867a5261 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 5 Jan 2017 12:22:40 -0800 Subject: [PATCH] v0.10.1 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1546010e..cc26ae6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.10.1 +====== +- shlex entry of docker based hooks. +- Make shlex behaviour of entry more consistent. + 0.10.0 ====== - Add an `install-hooks` command similar to `install --install-hooks` but diff --git a/setup.py b/setup.py index ed591d51..4b7f685e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.10.0', + version='0.10.1', author='Anthony Sottile', author_email='asottile@umich.edu',