Skip to content

Commit 597f07d

Browse files
committed
build: release v2.0.2
1 parent 06b758e commit 597f07d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ To run the tests::
130130
History
131131
~~~~~~~
132132

133-
Unreleased
134-
----------
133+
v2.0.2 — 2021-11-11
134+
-------------------
135135

136136
If a non-UTF8 file was found when looking for templates, it would fail when
137137
reading during the reporting phase, ending execution. This failure is now

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.1',
55+
version='2.0.2',
5656
description='Django template coverage.py plugin',
5757
long_description=(
5858
re.compile(

0 commit comments

Comments
 (0)