From 49366f1c4ac04d7ec0279707368e8611dcd950ed Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 10 Aug 2017 19:59:53 -0700 Subject: [PATCH] v0.16.3 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75817110..86e5049e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.16.3 +====== +- autoupdate attempts to maintain config formatting. + 0.16.2 ====== - Initialize submodules in hook repositories. diff --git a/setup.py b/setup.py index 3052abd1..1bb2651f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.16.2', + version='0.16.3', author='Anthony Sottile', author_email='asottile@umich.edu',