diff --git a/CHANGELOG.md b/CHANGELOG.md index 3116dc59..529cde19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.3.6 +===== +- `args` in venv'd languages are now property quoted. + 0.3.5 ===== - Support running during `pre-push`. See http://pre-commit.com/#advanced 'pre-commit during push'. diff --git a/setup.py b/setup.py index cf334a74..30dc6e18 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.3.5', + version='0.3.6', author='Anthony Sottile', author_email='asottile@umich.edu',