diff --git a/CHANGELOG.md b/CHANGELOG.md index b19ae095..da4352ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.9.3 +===== +- Fix python hook installation when a strange setup.cfg exists + 0.9.2 ===== - Remove some python2.6 compatibility diff --git a/setup.py b/setup.py index 40650402..67a2a880 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.9.2', + version='0.9.3', author='Anthony Sottile', author_email='asottile@umich.edu',