Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee3c75 commit f0ee93cCopy full SHA for f0ee93c
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+2.0.1 - 2020-01-29
2
+==================
3
+
4
+### Fixes
5
+- Fix `ImportError` in python 3.6.0 / 3.6.1 for `typing.NoReturn`
6
+ - #1302 PR by @asottile.
7
8
2.0.0 - 2020-01-28
9
==================
10
setup.cfg
@@ -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
0 commit comments