You've already forked SeleniumHQ.selenium.py
[build] Using correct file name when bumping versions
Fixes #13282 NOKEYCHECK=True GitOrigin-RevId: 7cbfdbdaf2e7763144e02c894777679a2eb36c5a
This commit is contained in:

committed by
Copybara-Service

parent
08dd4cf456
commit
bb7dfdc046
selenium
@ -16,4 +16,4 @@
|
||||
# under the License.
|
||||
|
||||
|
||||
__version__ = "4.15.2"
|
||||
__version__ = "4.16.0"
|
||||
|
@ -44,7 +44,7 @@ from .wpewebkit.options import Options as WPEWebKitOptions # noqa
|
||||
from .wpewebkit.service import Service as WPEWebKitService # noqa
|
||||
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
|
||||
|
||||
__version__ = "4.15.2"
|
||||
__version__ = "4.16.0"
|
||||
|
||||
# We need an explicit __all__ because the above won't otherwise be exported.
|
||||
__all__ = [
|
||||
|
Reference in New Issue
Block a user