File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- Copyright 2015-2016 Ned Batchelder. All rights reserved.
1+ Copyright 2015-2017 Ned Batchelder. All rights reserved.
22
33Except where noted otherwise, this software is licensed under the Apache
44License, Version 2.0 (the "License"); you may not use this work except in
Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ Changes
6262~~~~~~~
6363
6464
65- v1.4 --- 2017-01-15
66- ---------------------
65+ v1.4 --- 2017-01-16
66+ -------------------
6767
6868Django 1.10.5 is now supported.
6969
7070Checking settings configuration is deferred so that settings.py is included
7171in coverage reporting. Fixes `issue 28 `_.
7272
7373Only the ``django.template.backends.django.DjangoTemplates `` template engine is
74- supported, and it must be configured with ``['OPTIONS']['debug'] = True ``. Fixes
75- `issue 27 `_.
74+ supported, and it must be configured with ``['OPTIONS']['debug'] = True ``.
75+ Fixes `issue 27 `_.
7676
7777.. _issue 28 : https://github.com/nedbat/django_coverage_plugin/issues/28
7878.. _issue 27 : https://github.com/nedbat/django_coverage_plugin/issues/27
Original file line number Diff line number Diff line change 2222
2323setup (
2424 name = 'django_coverage_plugin' ,
25- version = '1.3.1 ' ,
25+ version = '1.4 ' ,
2626 description = 'Django template coverage.py plugin' ,
2727 author = 'Ned Batchelder' ,
2828
You can’t perform that action at this time.
0 commit comments