diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecf07a2..e07f789a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 7de2d331..dc73b524 100644 --- a/setup.py +++ b/setup.py @@ -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',