This commit is contained in:
Anthony Sottile
2017-09-04 12:44:38 -07:00
parent 0e73fb9b6c
commit 3f7e715c20
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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',