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 06b758e commit 597f07dCopy full SHA for 597f07d
README.rst
@@ -130,8 +130,8 @@ To run the tests::
130
History
131
~~~~~~~
132
133
-Unreleased
134
-----------
+v2.0.2 — 2021-11-11
+-------------------
135
136
If a non-UTF8 file was found when looking for templates, it would fail when
137
reading during the reporting phase, ending execution. This failure is now
setup.py
@@ -52,7 +52,7 @@ def read(*names, **kwargs):
52
53
setup(
54
name='django_coverage_plugin',
55
- version='2.0.1',
+ version='2.0.2',
56
description='Django template coverage.py plugin',
57
long_description=(
58
re.compile(
0 commit comments