File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,13 @@ History
137137
138138.. scriv-insert-here
139139
140+ v3.1.0 — 2023-07-10
141+ -------------------
142+
143+ Dropped support for Python 3.7 and Django 1.x. Declared support for Python
144+ 3.12.
145+
146+
140147v3.0.0 — 2022-12-06
141148-------------------
142149
@@ -148,6 +155,7 @@ v2.0.4 — 2022-10-31
148155
149156Declare our support for Python 3.11 and Django 4.1.
150157
158+
151159v2.0.3 — 2022-05-04
152160-------------------
153161
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def read(*names, **kwargs):
4848
4949setup (
5050 name = 'django_coverage_plugin' ,
51- version = '3.0 .0' ,
51+ version = '3.1 .0' ,
5252 description = 'Django template coverage.py plugin' ,
5353 long_description = (
5454 re .sub (
You can’t perform that action at this time.
0 commit comments