This commit is contained in:
Anthony Sottile 2017-02-07 10:00:42 -08:00
parent f9ce156915
commit 20f04626a1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.7.1
=====
- Don't false positive on files where trailing whitespace isn't changed.
0.7.0
=====
- Improve search for detecting aws keys

View file

@ -6,7 +6,7 @@ setup(
name='pre_commit_hooks',
description='Some out-of-the-box hooks for pre-commit.',
url='https://github.com/pre-commit/pre-commit-hooks',
version='0.7.0',
version='0.7.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',