From 260a079ec297de044cb47af0595a4af11cd58bda Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 28 Jul 2014 11:13:36 -0700 Subject: [PATCH] v0.2.6 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab09da4..2ee14035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.2.6 +===== +- Print hookid on failure +- Use sys.executable for running nodeenv +- Allow running as `python -m pre_commit` + 0.2.5 ===== - Default columns to 80 (for non-terminal execution). diff --git a/setup.py b/setup.py index 5ffb2b55..c291cc7d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.2.5', + version='0.2.6', author='Anthony Sottile', author_email='asottile@umich.edu',