From cee0606b81f398033cfd4fbd4c4b9fe8b328b5be Mon Sep 17 00:00:00 2001 From: Andrew Pinkham Date: Wed, 5 Sep 2018 14:24:22 -0400 Subject: [PATCH 1/3] Update year in copyright notice --- NOTICE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE.txt b/NOTICE.txt index b090ba8..622ecc2 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,4 +1,4 @@ -Copyright 2015-2017 Ned Batchelder. All rights reserved. +Copyright 2015-2018 Ned Batchelder. All rights reserved. Except where noted otherwise, this software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in From eec3654be8f2a227a583fc959c85975cd0225cb0 Mon Sep 17 00:00:00 2001 From: Andrew Pinkham Date: Wed, 5 Sep 2018 14:25:55 -0400 Subject: [PATCH 2/3] Read Me: note missing-template compatibility --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a4a0c94..1416fdd 100644 --- a/README.rst +++ b/README.rst @@ -36,7 +36,7 @@ The plugin is pip installable:: $ pip install django_coverage_plugin -To run it, add this setting to your .coveragerc file:: +To run it, add this setting to your ``.coveragerc`` file:: [run] plugins = @@ -45,7 +45,8 @@ To run it, add this setting to your .coveragerc file:: Then run your tests under `coverage.py`_. You will see your templates listed in your coverage report along with -your Python modules. +your Python modules. Please use `coverage.py`_ v4.4 or greater to allow +the plugin to identify untested templates. If you get a :code:`django.core.exceptions.ImproperlyConfigured` error, you need to set the :code:`DJANGO_SETTINGS_MODULE` environment variable. From 83a23de0c345099c5ed13ca29f7347f65fe0b4c3 Mon Sep 17 00:00:00 2001 From: Andrew Pinkham Date: Wed, 5 Sep 2018 14:28:20 -0400 Subject: [PATCH 3/3] =?UTF-8?q?Version=201.6rc1=20=E2=87=9D=201.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3822c1..4c1c435 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def read(*names, **kwargs): setup( name='django_coverage_plugin', - version='1.6rc1', + version='1.6.0', description='Django template coverage.py plugin', long_description=( re.compile(