Skip to content

Commit

Permalink
chore: roll to v1.28 (#1658)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Nov 16, 2022
1 parent 0767d84 commit e25107b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
| | Linux | macOS | Windows |
| :--- | :---: | :---: | :---: |
| Chromium <!-- GEN:chromium-version -->108.0.5359.29<!-- GEN:stop --> ||||
| WebKit <!-- GEN:webkit-version -->16.0<!-- GEN:stop --> ||||
| WebKit <!-- GEN:webkit-version -->16.4<!-- GEN:stop --> ||||
| Firefox <!-- GEN:firefox-version -->106.0<!-- GEN:stop --> ||||

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@
InWheel = None
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand

driver_version = "1.28.0-beta-1668538774000"
driver_version = "1.28.0"


def extractall(zip: zipfile.ZipFile, path: str) -> None:
Expand Down

0 comments on commit e25107b

Please sign in to comment.