From 4cb861acec26e0c62e2b246fafd115f87949743a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 8 Mar 2015 12:32:40 -0700 Subject: [PATCH] v0.4.1 --- CHANGELOG | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 9685f6c..a6c76bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +0.4.1 +===== +- Respect configuration when running autopep8 +- Quickfix for pep8 version conflicts + 0.4.0 ===== - Fix trailing-whitespace on OS X diff --git a/setup.py b/setup.py index ce93306..aabb160 100644 --- a/setup.py +++ b/setup.py @@ -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.4.0', + version='0.4.1', author='Anthony Sottile', author_email='asottile@umich.edu',