Skip to content

Commit 4a25e3f

Browse files
committed
Bump version
1 parent c4a8a60 commit 4a25e3f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A `coverage.py`_ plugin to measure the coverage of Django templates.
1414
1515
Supported Python versions are 2.7, 3.4, 3.5 and 3.6.
1616

17-
Supported Django versions are 1.8 through 1.11.
17+
Supported Django versions are 1.8 through 2.0b1.
1818

1919
Supported coverage.py versions are 4.0 and higher.
2020

@@ -56,8 +56,13 @@ plural text, so both are marked as used if the tag is used.
5656
Changes
5757
~~~~~~~
5858

59+
v1.5.1b --- 2017-10-18
60+
----------------------
61+
62+
Validates support for Django version 2.0b1. Improves discovery of template files.
63+
5964
v1.5.1a --- 2017-04-05
60-
---------------------
65+
----------------------
6166

6267
Validates support for Django version 1.11. Testing for new package maintainer Pamela McA'Nulty
6368

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.5.1a',
25+
version='1.5.1b',
2626
description='Django template coverage.py plugin',
2727
author='Ned Batchelder',
2828
author_email='[email protected]',

0 commit comments

Comments
 (0)