From 744e73cb500ed27f6518566c304e7c0dbbc53181 Mon Sep 17 00:00:00 2001 From: perrygoy Date: Wed, 22 May 2024 16:29:15 -0500 Subject: [PATCH] bump version to 0.0.5. --- HISTORY.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 915d94c..b6f8c72 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,15 @@ Release History =============== +0.0.5 (2024-05-22) +------------------ + +### Bug Fixes + +- Fixed typing errors with `Enter.the_password`. +- Fixed typing errors with `Target`, or more specifically with `_Manipulation`, or even more specifically with specifying the types of the `args` and `kwargs` which are passed on to Playwright's API. + + 0.0.4 (2024-05-15) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 2b55409..952f526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ split-on-trailing-comma = false [tool.poetry] name = "screenpy_playwright" -version = "0.0.4" +version = "0.0.5" description = "ScreenPy extension to enable interacting with Playwright." authors = ["Perry Goy "] maintainers = ["Marcel Wilson"]