Skip to content

Commit ff73f6f

Browse files
committed
v1.10.5
1 parent 2f0fefe commit ff73f6f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.10.5
2+
======
3+
4+
### Fixes
5+
- Work around `PATH` issue with `brew` `python` on `macos`
6+
- Homebrew/homebrew-core#30445 issue by @asottile.
7+
- #805 PR by @asottile.
8+
- Support `pre-commit install` inside a worktree
9+
- #808 issue by @s0undt3ch.
10+
- #809 PR by @asottile.
11+
112
1.10.4
213
======
314

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/pre-commit/pre-commit',
16-
version='1.10.4',
16+
version='1.10.5',
1717
author='Anthony Sottile',
1818
author_email='asottile@umich.edu',
1919
classifiers=[

0 commit comments

Comments
 (0)