From 3e09c0daf3ed70558773baa519c4bf8dc7249a11 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 10 Jul 2023 09:13:51 -0400 Subject: [PATCH] build: 3.1.0 --- README.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 59bd59f..7ce3fd4 100644 --- a/README.rst +++ b/README.rst @@ -137,6 +137,13 @@ History .. scriv-insert-here +v3.1.0 — 2023-07-10 +------------------- + +Dropped support for Python 3.7 and Django 1.x. Declared support for Python +3.12. + + v3.0.0 — 2022-12-06 ------------------- @@ -148,6 +155,7 @@ v2.0.4 — 2022-10-31 Declare our support for Python 3.11 and Django 4.1. + v2.0.3 — 2022-05-04 ------------------- diff --git a/setup.py b/setup.py index f4367ae..0132d17 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def read(*names, **kwargs): setup( name='django_coverage_plugin', - version='3.0.0', + version='3.1.0', description='Django template coverage.py plugin', long_description=( re.sub(