From 7b4470850e8ffa2911419a92d4050b301e3c63f3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 27 Feb 2015 08:05:35 -0800 Subject: [PATCH] v0.4.0 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 529cde19..77a6071a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.4.0 +===== +- Make ^C^C During installation not cause all subsequent runs to fail +- Print while installing (instead of while cloning) +- Use sqlite to manage repositories (instead of symlinks) +- MVP Windows support + 0.3.6 ===== - `args` in venv'd languages are now property quoted. diff --git a/setup.py b/setup.py index 30dc6e18..09b39344 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.3.6', + version='0.4.0', author='Anthony Sottile', author_email='asottile@umich.edu',