From 47afd30450b1c5906ec7d79e9b22c67467d485e6 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 29 Nov 2021 23:05:30 +0100 Subject: [PATCH 1/2] feat(roll): roll Playwright 1.17.0-beta-1638222602000 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d5b1a86b..df2287a7d 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ InWheel = None from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand -driver_version = "1.17.0-rc1" +driver_version = "1.17.0-beta-1638222602000" def extractall(zip: zipfile.ZipFile, path: str) -> None: From fc0233e86c6b73ed3f51648b25bf8ccfd3483662 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 30 Nov 2021 16:25:30 +0100 Subject: [PATCH 2/2] done --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df2287a7d..b12153088 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ InWheel = None from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand -driver_version = "1.17.0-beta-1638222602000" +driver_version = "1.17.0" def extractall(zip: zipfile.ZipFile, path: str) -> None: