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.
22
33Except where noted otherwise, this software is licensed under the Apache
44License, 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::
130130History
131131~~~~~~~
132132
133- Unreleased
134- ----------
133+ v2.0.3 — 2022-05-04
134+ -------------------
135135
136136Add support for Django 4.0
137137
138+
138139v2.0.2 — 2021-11-11
139140-------------------
140141
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def read(*names, **kwargs):
5353
5454setup (
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 (
You can’t perform that action at this time.
0 commit comments