From 9d747fb471fee024319e6a66bbed0c8948fafa4d Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 27 Mar 2017 07:54:44 -0700 Subject: [PATCH] v0.13.6 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28ced85..529efae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.13.6 +====== +- Fix regression in 0.13.5: allow `always_run` and `files` together despite + doing nothing. + 0.13.5 ====== - 0.13.4 contained incorrect files diff --git a/setup.py b/setup.py index 40ec7271..9b6a783a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.13.5', + version='0.13.6', author='Anthony Sottile', author_email='asottile@umich.edu',