This commit is contained in:
Anthony Sottile
2020-01-29 17:57:05 -08:00
parent eee3c759b6
commit f0ee93c5a7
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2.0.1 - 2020-01-29
==================
### Fixes
- Fix `ImportError` in python 3.6.0 / 3.6.1 for `typing.NoReturn`
- #1302 PR by @asottile.
2.0.0 - 2020-01-28
==================

View File

@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 2.0.0
version = 2.0.1
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown