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
137
137
138
138
.. scriv-insert-here
139
139
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
+
140
147
v3.0.0 — 2022-12-06
141
148
-------------------
142
149
@@ -148,6 +155,7 @@ v2.0.4 — 2022-10-31
148
155
149
156
Declare our support for Python 3.11 and Django 4.1.
150
157
158
+
151
159
v2.0.3 — 2022-05-04
152
160
-------------------
153
161
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def read(*names, **kwargs):
48
48
49
49
setup (
50
50
name = 'django_coverage_plugin' ,
51
- version = '3.0 .0' ,
51
+ version = '3.1 .0' ,
52
52
description = 'Django template coverage.py plugin' ,
53
53
long_description = (
54
54
re .sub (
You can’t perform that action at this time.
0 commit comments