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 fdb0892 commit 6f8976dCopy full SHA for 6f8976d
README.rst
@@ -54,6 +54,15 @@ Changes
54
~~~~~~~
55
56
57
+v1.3.1 --- 2016-06-02
58
+---------------------
59
+
60
+Settings are read slightly differently, so as to not interfere with programs
61
+that don't need settings. Fixes `issue 18`_.
62
63
+.. _issue 18: https://github.com/nedbat/django_coverage_plugin/issues/18
64
65
66
v1.3 --- 2016-04-03
67
-------------------
68
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name='django_coverage_plugin',
24
- version='1.3',
+ version='1.3.1',
25
description='Django template coverage.py plugin',
26
author='Ned Batchelder',
27
author_email='[email protected]',
0 commit comments