From 844c839067b530e7598e6c6afd59b565b091e19c Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 2 Jun 2017 08:41:56 -0700 Subject: [PATCH] v0.14.1 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d32b14e..c5944f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 4f55c210..b6a213fb 100644 --- a/setup.py +++ b/setup.py @@ -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',