Skip to content

Commit 5d499a6

Browse files
committed
build: release v2.0.1
1 parent 33d5d40 commit 5d499a6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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-2020 Ned Batchelder. All rights reserved.
1+
Copyright 2015-2021 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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Django Template Coverage.py Plugin
2626

2727
A `coverage.py`_ plugin to measure test coverage of Django templates.
2828

29-
Supported Python versions: 2.7, 3.6, 3.7, 3.8 and 3.9.
29+
Supported Python versions: 2.7, and 3.6 through 3.10.
3030

3131
Supported Django versions: 1.8, 1.11, 2.x and 3.x.
3232

@@ -121,6 +121,11 @@ To run the tests::
121121
History
122122
~~~~~~~
123123

124+
v2.0.1 --- 2021-10-06
125+
---------------------
126+
127+
Test and claim our support on Python 3.10.
128+
124129
v2.0.0 --- 2021-06-08
125130
---------------------
126131

setup.py

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

5353
setup(
5454
name='django_coverage_plugin',
55-
version='2.0.0',
55+
version='2.0.1',
5656
description='Django template coverage.py plugin',
5757
long_description=(
5858
re.compile(

0 commit comments

Comments
 (0)