From 7d722714b712e4426ad2487bc8ebcddffa321ee2 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 14 Oct 2015 10:14:10 -0700 Subject: [PATCH] v0.6.2 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',