From ff73f6f741baeae6d6a08da19c9b2f309ddebd38 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 6 Aug 2018 14:03:01 -0700 Subject: [PATCH] v1.10.5 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7824f126..c1882766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +1.10.5 +====== + +### Fixes +- Work around `PATH` issue with `brew` `python` on `macos` + - Homebrew/homebrew-core#30445 issue by @asottile. + - #805 PR by @asottile. +- Support `pre-commit install` inside a worktree + - #808 issue by @s0undt3ch. + - #809 PR by @asottile. + 1.10.4 ====== diff --git a/setup.py b/setup.py index 93464bdb..c7fd5f65 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.4', + version='1.10.5', author='Anthony Sottile', author_email='asottile@umich.edu', classifiers=[