File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616# under the License.
1717
1818
19- __version__ = "4.15.2 "
19+ __version__ = "4.16.0 "
Original file line number Diff line number Diff line change 4444from .wpewebkit .service import Service as WPEWebKitService # noqa
4545from .wpewebkit .webdriver import WebDriver as WPEWebKit # noqa
4646
47- __version__ = "4.15.2 "
47+ __version__ = "4.16.0 "
4848
4949# We need an explicit __all__ because the above won't otherwise be exported.
5050__all__ = [
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ FILES_TO_UPDATE=(
2626 " rb/lib/selenium/webdriver/version.rb"
2727 " py/setup.py"
2828 " py/BUILD.bazel"
29- " py/selenium/init .py"
30- " py/selenium/webdriver/init .py"
29+ " py/selenium/__init__ .py"
30+ " py/selenium/webdriver/__init__ .py"
3131 " py/docs/source/conf.py"
3232 " java/version.bzl"
3333 " javascript/node/selenium-webdriver/package.json"
You can’t perform that action at this time.
0 commit comments