Skip to content

Commit 4372adb

Browse files
committed
v1.3
1 parent f7b3f55 commit 4372adb

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

AUTHORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ The Django coverage plugin was written by Ned Batchelder, with other
22
contributions by:
33

44
Jessamyn Smith
5+
Simon Charette

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ Changes
5454
~~~~~~~
5555

5656

57+
v1.3 --- 2016-04-03
58+
-------------------
59+
60+
Multiple template engines are allowed. Thanks, Simon Charette.
61+
62+
5763
v1.2.2 --- 2016-02-01
5864
---------------------
5965

setup.py

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

2222
setup(
2323
name='django_coverage_plugin',
24-
version='1.2.2',
24+
version='1.3',
2525
description='Django template coverage.py plugin',
2626
author='Ned Batchelder',
2727
author_email='[email protected]',

0 commit comments

Comments
 (0)