Skip to content

Commit 0072737

Browse files
authored
Release v1.6.0 (#62)
* Update year in copyright notice * Read Me: note missing-template compatibility * Version 1.6rc1 ⇝ 1.6.0
1 parent e18f496 commit 0072737

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

NOTICE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2015-2017 Ned Batchelder. All rights reserved.
1+
Copyright 2015-2018 Ned Batchelder. All rights reserved.
22

33
Except where noted otherwise, this software is licensed under the Apache
44
License, Version 2.0 (the "License"); you may not use this work except in

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The plugin is pip installable::
3636

3737
$ pip install django_coverage_plugin
3838

39-
To run it, add this setting to your .coveragerc file::
39+
To run it, add this setting to your ``.coveragerc`` file::
4040

4141
[run]
4242
plugins =
@@ -45,7 +45,8 @@ To run it, add this setting to your .coveragerc file::
4545
Then run your tests under `coverage.py`_.
4646

4747
You will see your templates listed in your coverage report along with
48-
your Python modules.
48+
your Python modules. Please use `coverage.py`_ v4.4 or greater to allow
49+
the plugin to identify untested templates.
4950

5051
If you get a :code:`django.core.exceptions.ImproperlyConfigured` error,
5152
you need to set the :code:`DJANGO_SETTINGS_MODULE` environment variable.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def read(*names, **kwargs):
5050

5151
setup(
5252
name='django_coverage_plugin',
53-
version='1.6rc1',
53+
version='1.6.0',
5454
description='Django template coverage.py plugin',
5555
long_description=(
5656
re.compile(

0 commit comments

Comments
 (0)