Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e11c2d commit 0831910Copy full SHA for 0831910
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+1.11.1
2
+======
3
+
4
+### Fixes
5
+- Fix `.git` dir detection in `git<2.5` (regression introduced in
6
+ [1.10.5](#1105))
7
+ - #831 issue by @mmacpherson.
8
+ - #832 PR by @asottile.
9
10
1.11.0
11
======
12
setup.py
@@ -13,7 +13,7 @@
13
long_description=long_description,
14
long_description_content_type='text/markdown',
15
url='https://github.com/pre-commit/pre-commit',
16
- version='1.11.0',
+ version='1.11.1',
17
author='Anthony Sottile',
18
author_email='[email protected]',
19
classifiers=[
0 commit comments