diff --git a/CHANGELOG.md b/CHANGELOG.md index 2905f354..80cae05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.4.4 +===== +- Use sys.executable when executing virtualenv + 0.4.3 ===== - Use reset instead of checkout when checkout out hook repo diff --git a/setup.py b/setup.py index 762c2d33..007a0784 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.4.3', + version='0.4.4', author='Anthony Sottile', author_email='asottile@umich.edu',