This commit is contained in:
Anthony Sottile
2018-08-06 14:03:01 -07:00
parent 2f0fefeb74
commit ff73f6f741
2 changed files with 12 additions and 1 deletions

View File

@@ -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
======

View File

@@ -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=[