diff --git a/CHANGELOG.md b/CHANGELOG.md index ad25e0f8..edc808cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.7.6 +===== +- Work under latest virtualenv +- No longer create empty directories on windows with latest virtualenv + 0.7.5 ===== - Consider dead symlinks as files when committing diff --git a/setup.py b/setup.py index 4e4ce8fd..56951354 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.7.5', + version='0.7.6', author='Anthony Sottile', author_email='asottile@umich.edu',