From d7cca9912cdd2b1dcdf80fea1018ff80c1c62530 Mon Sep 17 00:00:00 2001 From: Perry Goy Date: Wed, 21 Feb 2024 12:23:56 -0600 Subject: [PATCH] bump version to 4.2.4. --- HISTORY.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 0c0ef9c..478efaa 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,22 @@ Release History =============== +4.2.4 (2024-02-21) +------------------ + +### Bug Fixes + +- `MakeNote` now correctly logs what key the Actor is jotting something down under. + +### Improvements + +- We now make use of the `Self` type from `typing_extensions`, to better type-hint subclassed entites in ScreenPy. + +### Development Niceties + +- Did quite a lot of project standardization (big big thanks @bandophahita!). + + 4.2.3 (2024-02-02) ------------------ diff --git a/pyproject.toml b/pyproject.toml index ad14969..52edafe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ split-on-trailing-comma = false [tool.poetry] name = "screenpy" -version = "4.2.3" +version = "4.2.4" description = "Screenplay pattern base for Python automated test suites." authors = ["Perry Goy "] maintainers = ["Gabe Langton", "Marcel Wilson"]