File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- Copyright 2015-2021 Ned Batchelder. All rights reserved.
1
+ Copyright 2015-2022 Ned Batchelder. All rights reserved.
2
2
3
3
Except where noted otherwise, this software is licensed under the Apache
4
4
License, Version 2.0 (the "License"); you may not use this work except in
Original file line number Diff line number Diff line change @@ -130,11 +130,12 @@ To run the tests::
130
130
History
131
131
~~~~~~~
132
132
133
- Unreleased
134
- ----------
133
+ v2.0.3 — 2022-05-04
134
+ -------------------
135
135
136
136
Add support for Django 4.0
137
137
138
+
138
139
v2.0.2 — 2021-11-11
139
140
-------------------
140
141
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def read(*names, **kwargs):
53
53
54
54
setup (
55
55
name = 'django_coverage_plugin' ,
56
- version = '2.0.2 ' ,
56
+ version = '2.0.3 ' ,
57
57
description = 'Django template coverage.py plugin' ,
58
58
long_description = (
59
59
re .compile (
You can’t perform that action at this time.
0 commit comments