From 52c2d9c35a9f4d298d879f6608c0bc444b312396 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 27 Feb 2015 10:22:40 -0800 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a6071a..90603aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.4.1 +===== +- Don't rename across devices when creating sqlite database + 0.4.0 ===== - Make ^C^C During installation not cause all subsequent runs to fail diff --git a/setup.py b/setup.py index 09b39344..bedbc410 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.4.0', + version='0.4.1', author='Anthony Sottile', author_email='asottile@umich.edu',