Skip to content

Commit b9e9d00

Browse files
committed
Last tweaks for 1.4
1 parent 155384c commit b9e9d00

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-2016 Ned Batchelder. All rights reserved.
1+
Copyright 2015-2017 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6868
Django 1.10.5 is now supported.
6969

7070
Checking settings configuration is deferred so that settings.py is included
7171
in coverage reporting. Fixes `issue 28`_.
7272

7373
Only 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

setup.py

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

2323
setup(
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
author_email='[email protected]',

0 commit comments

Comments
 (0)