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.
1 parent c298021 commit 168ede2Copy full SHA for 168ede2
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+1.16.1 - 2019-05-08
2
+===================
3
+
4
+### Fixes
5
+- Don't ``UnicodeDecodeError`` on unexpected non-UTF8 output in python health
6
+ check on windows.
7
+ - #1021 issue by @nicoddemus.
8
+ - #1022 PR by @asottile.
9
10
1.16.0 - 2019-05-04
11
===================
12
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
-version = 1.16.0
+version = 1.16.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