From c5030c8dca865660ff4884bfa835b02ec9cfc3e1 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 2 Jan 2018 14:13:14 -0800 Subject: [PATCH] v1.4.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b44161..304530c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.4.2 +===== + +### Fixes +- `pre-commit` no longer clears `GIT_SSH` environment variable when cloning. + - #671 PR by rp-tanium. + 1.4.1 ===== diff --git a/setup.py b/setup.py index b6f2280e..8c40b36b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.4.1', + version='1.4.2', author='Anthony Sottile', author_email='asottile@umich.edu',