From 08319101f4e0cd0f1dfa53ac353111329e260ffb Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 22 Sep 2018 12:02:33 -0700 Subject: [PATCH] v1.11.1 --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f073ff1..9e62f335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ====== diff --git a/setup.py b/setup.py index 2c139054..2ecc5fdb 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.11.0', + version='1.11.1', author='Anthony Sottile', author_email='asottile@umich.edu', classifiers=[