Skip to content

Commit e25107b

Browse files
authored
chore: roll to v1.28 (microsoft#1658)
1 parent 0767d84 commit e25107b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
55
| | Linux | macOS | Windows |
66
| :--- | :---: | :---: | :---: |
77
| Chromium <!-- GEN:chromium-version -->108.0.5359.29<!-- GEN:stop --> ||||
8-
| WebKit <!-- GEN:webkit-version -->16.0<!-- GEN:stop --> ||||
8+
| WebKit <!-- GEN:webkit-version -->16.4<!-- GEN:stop --> ||||
99
| Firefox <!-- GEN:firefox-version -->106.0<!-- GEN:stop --> ||||
1010

1111
## Documentation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
InWheel = None
3131
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand
3232

33-
driver_version = "1.28.0-beta-1668538774000"
33+
driver_version = "1.28.0"
3434

3535

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

0 commit comments

Comments
 (0)