From b32facc5b34ee024b7096e91ee6150316ee90900 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 16 Feb 2017 10:08:06 -0800 Subject: [PATCH] v0.13.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c74de003..e02c420c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.13.1 +====== +- Fix dummy gem for ruby local hooks + 0.13.0 ====== - Autoupdate now works even when the current state is broken. diff --git a/setup.py b/setup.py index 0e345cc5..3f15db2e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.13.0', + version='0.13.1', author='Anthony Sottile', author_email='asottile@umich.edu',