Skip to content

Commit

Permalink
bump version to 4.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed Feb 21, 2024
1 parent ed809bf commit d7cca99
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
maintainers = ["Gabe Langton", "Marcel Wilson"]
Expand Down

0 comments on commit d7cca99

Please sign in to comment.