Skip to content

Commit

Permalink
0.17.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 24, 2024
1 parent 81e7dd4 commit 211ed82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.17.0 (2024-05-24)

### Feature

* feat: update tests and docs ([`81e7dd4`](https://github.com/m9810223/playwright-async-pytest/commit/81e7dd41d7b129964338ed7359dded6a886e0a6f))


## v0.16.0 (2024-05-24)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest_playwright_async"
version = "0.16.0"
version = "0.17.0"
requires-python = ">=3.8"
dependencies = [
# https://pypi.org/project/pytest-playwright/
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_playwright_async/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.16.0'
VERSION = '0.17.0'

0 comments on commit 211ed82

Please sign in to comment.