Skip to content

Commit 3e09c0d

Browse files
committed
build: 3.1.0
1 parent e0bce92 commit 3e09c0d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
140147
v3.0.0 — 2022-12-06
141148
-------------------
142149

@@ -148,6 +155,7 @@ v2.0.4 — 2022-10-31
148155

149156
Declare our support for Python 3.11 and Django 4.1.
150157

158+
151159
v2.0.3 — 2022-05-04
152160
-------------------
153161

setup.py

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

4949
setup(
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(

0 commit comments

Comments
 (0)