diff --git a/CHANGELOG.md b/CHANGELOG.md index 270299bf..568626f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.6.2 +===== +- Use --no-ri --no-rdoc instead of --no-document for gem to fix old gem + 0.6.1 ===== - Fix pre-push when pushing something that's already up to date diff --git a/setup.py b/setup.py index c5de601d..af96d9cf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.6.1', + version='0.6.2', author='Anthony Sottile', author_email='asottile@umich.edu',