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 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. 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(