From 9945228f2cec51727f83058229f59fa7397b4d64 Mon Sep 17 00:00:00 2001 From: Tony Locke Date: Sun, 28 Apr 2024 17:55:57 +0100 Subject: [PATCH] Prepare for new release --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index edfb369..05c7fb8 100644 --- a/README.md +++ b/README.md @@ -2059,6 +2059,12 @@ twine upload dist/* ## Release Notes +### Version 1.31.2, 2024-04-28 + +- Fix bug where `parameter_statuses` fails for non-ascii encoding. +- Add support for Python 3.12 + + ### Version 1.31.1, 2024-04-01 - Move to src style layout, and also for packaging use Hatch rather than setuptools. This means that if the source distribution has a directory added to it (as is needed for packaging for OS distributions) the package can still be built.