Skip to content

Commit fa583d5

Browse files
committed
build: release v2.0.3
1 parent edb0b77 commit fa583d5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
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-2021 Ned Batchelder. All rights reserved.
1+
Copyright 2015-2022 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,12 @@ To run the tests::
130130
History
131131
~~~~~~~
132132

133-
Unreleased
134-
----------
133+
v2.0.3 — 2022-05-04
134+
-------------------
135135

136136
Add support for Django 4.0
137137

138+
138139
v2.0.2 — 2021-11-11
139140
-------------------
140141

setup.py

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

5454
setup(
5555
name='django_coverage_plugin',
56-
version='2.0.2',
56+
version='2.0.3',
5757
description='Django template coverage.py plugin',
5858
long_description=(
5959
re.compile(

0 commit comments

Comments
 (0)