From 41d998f1c46f371c9977dcc9d31d7b42387ed74c Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 9 Nov 2017 08:36:45 -0800 Subject: [PATCH] v1.4.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8005bce6..e6b44161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.4.1 +===== + +### Fixes +- `pre-commit autoupdate --repo ...` no longer deletes other repos. + - #660 issue by @KevinHock. + - #661 PR by @KevinHock. + 1.4.0 ===== diff --git a/setup.py b/setup.py index 9c7bd0f4..b6f2280e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.4.0', + version='1.4.1', author='Anthony Sottile', author_email='asottile@umich.edu',