This commit is contained in:
Anthony Sottile 2016-09-10 09:49:03 -07:00
parent b511bac036
commit 26e60fa333
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.9.1
=====
- Remove some python2.6 compatibility
- Fix staged-files-only with external diff tools
0.9.0
=====
- Only consider forward diff in changed files

View file

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