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 5cd851c commit 30cfe8cCopy full SHA for 30cfe8c
README.rst
@@ -54,8 +54,8 @@ Changes
54
~~~~~~~
55
56
57
-Unreleased
58
-----------
+v1.2.1 --- 2016-01-28
+---------------------
59
60
The template debug settings are checked properly for people still using
61
``TEMPLATE_DEBUG`` in newer versions of Django.
setup.py
@@ -21,7 +21,7 @@
21
22
setup(
23
name='django_coverage_plugin',
24
- version='1.2',
+ version='1.2.1',
25
description='Django template coverage.py plugin',
26
author='Ned Batchelder',
27
author_email='[email protected]',
0 commit comments