From 59198327bdff4cb2f9e5563b5312ea11a91231fe Mon Sep 17 00:00:00 2001 From: Tony Locke Date: Sat, 13 Apr 2024 13:32:13 +0100 Subject: [PATCH] Prepare for new release --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9c059e4..4364144 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,12 @@ Run `tox` to make sure all tests pass, then update the release notes, then do: ## Release Notes +### Version 1.4.5, 2024-04-13 + +- Drop support for Python 3.7, which means we're not dependent on `importlib-metadata` anymore. +- Various changes to build system, docs and automated testing. + + ### Version 1.4.4, 2022-11-01 - Tighten up parsing of messages to make sure that a `ScramException` is raised if a message is malformed.