0

Update version to 4.16.0

NOKEYCHECK=True
GitOrigin-RevId: 15400459ddea077b868f696980367ee7ca0d91bd
This commit is contained in:
Puja Jagani
2023-12-06 12:55:19 +05:30
committed by Copybara-Service
parent 4488721ed7
commit 4a53df342c
3 changed files with 3 additions and 3 deletions

@@ -19,7 +19,7 @@ compile_pip_requirements(
], ],
) )
SE_VERSION = "4.15.2" SE_VERSION = "4.16.0"
BROWSER_VERSIONS = [ BROWSER_VERSIONS = [
"v85", "v85",

@@ -58,7 +58,7 @@ copyright = '2009-2023 Software Freedom Conservancy'
# The short X.Y version. # The short X.Y version.
version = '4.15' version = '4.15'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

@@ -27,7 +27,7 @@ for scheme in INSTALL_SCHEMES.values():
setup_args = { setup_args = {
'cmdclass': {'install': install}, 'cmdclass': {'install': install},
'name': 'selenium', 'name': 'selenium',
'version': "4.15.2", 'version': "4.16.0",
'license': 'Apache 2.0', 'license': 'Apache 2.0',
'description': 'Python bindings for Selenium', 'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(), 'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),