From ebb178a7498996c62c477618fcd80ecd83169186 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 2 Jul 2018 11:00:35 -0700 Subject: [PATCH] v1.10.3 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932e4b0e..248bb436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.10.3 +====== + +### Fixes +- Fix `pre-push` during a force push without a fetch + - #777 issue by @domenkozar. + - #778 PR by @asottile. + 1.10.2 ====== diff --git a/setup.py b/setup.py index 4f0b897f..b78dafe8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/pre-commit/pre-commit', - version='1.10.2', + version='1.10.3', author='Anthony Sottile', author_email='asottile@umich.edu', classifiers=[