This commit is contained in:
Anthony Sottile
2018-09-22 12:02:33 -07:00
parent 3e11c2d05d
commit 08319101f4
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
1.11.1
======
### Fixes
- Fix `.git` dir detection in `git<2.5` (regression introduced in
[1.10.5](#1105))
- #831 issue by @mmacpherson.
- #832 PR by @asottile.
1.11.0
======

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.11.0',
version='1.11.1',
author='Anthony Sottile',
author_email='asottile@umich.edu',
classifiers=[