diff --git a/CHANGELOG b/CHANGELOG index 391d137..d03b1e2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +0.3.0 +===== +- Add autopep8-wrapper hook + 0.2.0 ===== - Add check-json hook diff --git a/setup.py b/setup.py index 588736b..662c497 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.2.0', + version='0.3.0', author='Anthony Sottile', author_email='asottile@umich.edu',