Skip to content

Commit

Permalink
build: release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 6, 2021
1 parent 33d5d40 commit 5d499a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2015-2020 Ned Batchelder. All rights reserved.
Copyright 2015-2021 Ned Batchelder. All rights reserved.

Except where noted otherwise, this software is licensed under the Apache
License, Version 2.0 (the "License"); you may not use this work except in
Expand Down
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Django Template Coverage.py Plugin

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

Supported Python versions: 2.7, 3.6, 3.7, 3.8 and 3.9.
Supported Python versions: 2.7, and 3.6 through 3.10.

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

Expand Down Expand Up @@ -121,6 +121,11 @@ To run the tests::
History
~~~~~~~

v2.0.1 --- 2021-10-06
---------------------

Test and claim our support on Python 3.10.

v2.0.0 --- 2021-06-08
---------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def read(*names, **kwargs):

setup(
name='django_coverage_plugin',
version='2.0.0',
version='2.0.1',
description='Django template coverage.py plugin',
long_description=(
re.compile(
Expand Down

0 comments on commit 5d499a6

Please sign in to comment.