You've already forked SeleniumHQ.selenium.py
Update version to 4.16.0
NOKEYCHECK=True GitOrigin-RevId: 15400459ddea077b868f696980367ee7ca0d91bd
This commit is contained in:

committed by
Copybara-Service

parent
4488721ed7
commit
4a53df342c
@ -19,7 +19,7 @@ compile_pip_requirements(
|
||||
],
|
||||
)
|
||||
|
||||
SE_VERSION = "4.15.2"
|
||||
SE_VERSION = "4.16.0"
|
||||
|
||||
BROWSER_VERSIONS = [
|
||||
"v85",
|
||||
|
@ -58,7 +58,7 @@ copyright = '2009-2023 Software Freedom Conservancy'
|
||||
# The short X.Y version.
|
||||
version = '4.15'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '4.15.2'
|
||||
release = '4.16.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
2
setup.py
2
setup.py
@ -27,7 +27,7 @@ for scheme in INSTALL_SCHEMES.values():
|
||||
setup_args = {
|
||||
'cmdclass': {'install': install},
|
||||
'name': 'selenium',
|
||||
'version': "4.15.2",
|
||||
'version': "4.16.0",
|
||||
'license': 'Apache 2.0',
|
||||
'description': 'Python bindings for Selenium',
|
||||
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
|
||||
|
Reference in New Issue
Block a user