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 05c65bc commit a72ac66Copy full SHA for a72ac66
README.rst
@@ -47,6 +47,20 @@ Coverage.py can't tell whether a ``{% blocktrans %}`` tag used the singular or
47
plural text, so both are marked as used if the tag is used.
48
49
50
+Changes
51
+-------
52
+
53
+v1.1, in progress
54
+~~~~~~~~~~~~~~~~~
55
56
+Explicitly configure settings if need be to get things to work.
57
58
+v1.0: 20 September 2015
59
+~~~~~~~~~~~~~~~~~~~~~~~
60
61
+First version :)
62
63
64
What the? How?
65
--------------
66
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='django_coverage_plugin',
21
- version='1.0',
+ version='1.1',
22
description='Django template coverage.py plugin',
23
author='Ned Batchelder',
24
author_email='[email protected]',
0 commit comments