This commit is contained in:
Anthony Sottile 2017-01-05 12:22:40 -08:00
parent 251ff7f467
commit cc0f40fc96
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.10.1
======
- shlex entry of docker based hooks.
- Make shlex behaviour of entry more consistent.
0.10.0 0.10.0
====== ======
- Add an `install-hooks` command similar to `install --install-hooks` but - Add an `install-hooks` command similar to `install --install-hooks` but

View file

@ -9,7 +9,7 @@ setup(
'hooks.' 'hooks.'
), ),
url='https://github.com/pre-commit/pre-commit', url='https://github.com/pre-commit/pre-commit',
version='0.10.0', version='0.10.1',
author='Anthony Sottile', author='Anthony Sottile',
author_email='asottile@umich.edu', author_email='asottile@umich.edu',