diff --git a/CHANGELOG.md b/CHANGELOG.md index 753a3849..ff829b11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.2.11 +====== +- Fix terminal width detection (broken in 0.2.10) + 0.2.10 ====== - Bump version of nodeenv to fix bug with ~/.npmrc diff --git a/setup.py b/setup.py index 6e4eeaa3..33ef8781 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.2.10', + version='0.2.11', author='Anthony Sottile', author_email='asottile@umich.edu',