This commit is contained in:
Anthony Sottile
2018-03-17 20:40:02 -07:00
parent 593e1784cd
commit 834ed0f229
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
1.8.2
=====
### Fixes
- Fix cloning relative paths (regression in 1.7.0)
- #728 issue by @jdswensen.
- #729 PR by @asottile.
1.8.1
=====

View File

@@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='1.8.1',
version='1.8.2',
author='Anthony Sottile',
author_email='asottile@umich.edu',