Skip to content

Commit 8b883b3

Browse files
committed
Make version 1.2
1 parent 4854c98 commit 8b883b3

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

README.rst

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,28 @@ plural text, so both are marked as used if the tag is used.
5050
Changes
5151
~~~~~~~
5252

53-
v1.1, 12 November 2015
54-
----------------------
53+
54+
v1.2 --- 2016-01-16
55+
-------------------
56+
57+
Check if template debugging is enabled in the settings, and raise a visible
58+
warning if not. This prevents mysterious failures of the plugin, and fixes
59+
`issue 17`_.
60+
61+
Potential Django 1.9 support is included, but the patch to Django hasn't been
62+
applied yet.
63+
64+
.. _issue 17: https://github.com/nedbat/django_coverage_plugin/issues/17
65+
66+
67+
v1.1 --- 2015-11-12
68+
-------------------
5569

5670
Explicitly configure settings if need be to get things to work.
5771

58-
v1.0: 20 September 2015
59-
-----------------------
72+
73+
v1.0 --- 2015-09-20
74+
-------------------
6075

6176
First version :)
6277

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='django_coverage_plugin',
21-
version='1.1',
21+
version='1.2',
2222
description='Django template coverage.py plugin',
2323
author='Ned Batchelder',
2424
author_email='[email protected]',

0 commit comments

Comments
 (0)