From ef200466946639e41685f80053017a25f1e7c6ab Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 7 Dec 2015 14:25:55 -0800 Subject: [PATCH] v0.6.8 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a616c522..060f6ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +0.6.8 +===== +- Build as a universal wheel +- Allow '.format('-like strings in arguments +- Add an option to require a minimum pre-commit version + 0.6.7 +===== - Print a useful message when a hook id is not present - Fix printing of non-ascii with unexpected errors - Print a message when a hook modifies files but produces no output diff --git a/setup.py b/setup.py index d58d8f61..d9d7e215 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.6.7', + version='0.6.8', author='Anthony Sottile', author_email='asottile@umich.edu',