This commit is contained in:
Anthony Sottile 2017-06-02 08:41:56 -07:00
parent e150921c75
commit 844c839067
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.14.1
======
- Don't crash when `always_run` is `True` and `files` is not provided.
- Set `VIRTUALENV_NO_DOWNLOAD` when making python virtualenvs.
0.14.0
======
- Add a `pre-commit sample-config` command

View file

@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.14.0',
version='0.14.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',