From 1d5c43618bb3c9df1265d19d2f4cf4775b28c6e3 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 23 Oct 2024 18:35:50 +0100 Subject: [PATCH] Release 3.2.0 Another smaller release, this time with no new API versions. Signed-off-by: Stephen Finucane --- releasenotes/notes/prelude-3_2-fadbacb4fe4227b4.yaml | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/prelude-3_2-fadbacb4fe4227b4.yaml diff --git a/releasenotes/notes/prelude-3_2-fadbacb4fe4227b4.yaml b/releasenotes/notes/prelude-3_2-fadbacb4fe4227b4.yaml new file mode 100644 index 00000000..743274fd --- /dev/null +++ b/releasenotes/notes/prelude-3_2-fadbacb4fe4227b4.yaml @@ -0,0 +1,8 @@ +--- +prelude: > + This release is another smaller release that focuses on bumping the + supported dependencies and updates the test matrix in advance of future, + larger changes. As always, recent versions of Python (3.12, 3.13) and + Django (5.0, 5.1) are now supported, while support for older Python + (3.7, 3.8) and Django (3.2, 4.0, 4.1) versions has been removed. More + information is included below. diff --git a/version.txt b/version.txt index 28f243b6..944880fa 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.2.0.a.0 +3.2.0 -- 2.47.3