From a76c9023945d6d3e8fc8c219814aaf5da896b635 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 29 Mar 2015 09:32:46 -0700 Subject: [PATCH] v0.4.4 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',