This commit is contained in:
Anthony Sottile 2015-02-27 10:22:40 -08:00
parent 5e80b6a4ab
commit 52c2d9c35a
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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',