This commit is contained in:
Anthony Sottile
2017-11-09 08:36:45 -08:00
parent bb2ced7b7f
commit 41d998f1c4
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
1.4.1
=====
### Fixes
- `pre-commit autoupdate --repo ...` no longer deletes other repos.
- #660 issue by @KevinHock.
- #661 PR by @KevinHock.
1.4.0
=====

View File

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