Skip to content

Commit

Permalink
Update version to 4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Dec 6, 2023
1 parent c06d667 commit 1540045
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dotnet/selenium-dotnet-version.bzl
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK

SE_VERSION = "4.15.0"
SE_VERSION = "4.16.0"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]

Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
@@ -1,2 +1,2 @@
SE_VERSION = "4.16.0-SNAPSHOT"
SE_VERSION = "4.16.0"
TOOLS_JAVA_VERSION = "17"
4 changes: 2 additions & 2 deletions javascript/node/selenium-webdriver/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.15.0",
"version": "4.16.0",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"license": "Apache-2.0",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion py/BUILD.bazel
Expand Up @@ -19,7 +19,7 @@ compile_pip_requirements(
],
)

SE_VERSION = "4.15.2"
SE_VERSION = "4.16.0"

BROWSER_VERSIONS = [
"v85",
Expand Down
2 changes: 1 addition & 1 deletion py/docs/source/conf.py
Expand Up @@ -58,7 +58,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion py/setup.py
Expand Up @@ -27,7 +27,7 @@
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(),
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.16.0.nightly'
VERSION = '4.16.0'
end # WebDriver
end # Selenium

0 comments on commit 1540045

Please sign in to comment.