From 3f7e715c20b50ae34c8cd332e42ef06080f4bf15 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 4 Sep 2017 12:44:38 -0700 Subject: [PATCH] v0.18.1 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64134006..23071a0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.18.1 +====== +- Only mention locking when waiting for a lock. +- Fix `IOError` during locking in timeout situtation on windows under python 2. + 0.18.0 ====== - Add a new `docker_image` language type. `docker_image` is intended to be a diff --git a/setup.py b/setup.py index 1ba39286..183ec175 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.18.0', + version='0.18.1', author='Anthony Sottile', author_email='asottile@umich.edu',