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 3b3bc7a commit afa9b49Copy full SHA for afa9b49
HISTORY.rst
@@ -2,6 +2,13 @@
2
History
3
=======
4
5
+v1.8.0 --- 2020-01-23
6
+---------------------
7
+
8
+Add support for:
9
10
+- Coverage 5
11
12
v1.7.0 --- 2020-01-16
13
---------------------
14
setup.py
@@ -54,7 +54,7 @@ def read(*names, **kwargs):
54
55
setup(
56
name='django_coverage_plugin',
57
- version='1.7.0',
+ version='1.8.0',
58
description='Django template coverage.py plugin',
59
long_description=(
60
re.compile(
0 commit comments