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.
2 parents cc3d52a + 0160a4f commit 748d83eCopy full SHA for 748d83e
README.rst
@@ -62,6 +62,14 @@ Changes
62
~~~~~~~
63
64
65
+v1.4.1 --- 2017-01-25
66
+---------------------
67
+
68
+Fixes `issue 32`_, which was the result of an initialization order problem.
69
70
+.. _issue 32: https://github.com/nedbat/django_coverage_plugin/issues/32
71
72
73
v1.4 --- 2017-01-16
74
-------------------
75
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='django_coverage_plugin',
25
- version='1.4',
+ version='1.4.1',
26
description='Django template coverage.py plugin',
27
author='Ned Batchelder',
28
author_email='[email protected]',
0 commit comments