From c58522817a83b96cefafd7b86cc7630426a12ba9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 May 2024 14:35:02 +0000 Subject: [PATCH] 0.14.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/pytest_playwright_async/__version__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a327537..fc1268f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.14.0 (2024-05-24) + +### Feature + +* feat: pytest-playwright==0.4.4 ([`00dfc98`](https://github.com/m9810223/playwright-async-pytest/commit/00dfc98adece5e028007bea7534b98c50aaefc2c)) + + ## v0.13.1 (2024-05-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 447d39e..609050e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest_playwright_async" -version = "0.13.1" +version = "0.14.0" requires-python = ">=3.8" dependencies = [ # https://pypi.org/project/pytest-playwright/ diff --git a/src/pytest_playwright_async/__version__.py b/src/pytest_playwright_async/__version__.py index 845b573..aee2839 100644 --- a/src/pytest_playwright_async/__version__.py +++ b/src/pytest_playwright_async/__version__.py @@ -1 +1 @@ -VERSION = '0.13.1' +VERSION = '0.14.0'