Skip to content

Commit 5be573c

Browse files
committed
Bumping to nightly version
1 parent 126f156 commit 5be573c

File tree

13 files changed

+18
-18
lines changed

13 files changed

+18
-18
lines changed

dotnet/selenium-dotnet-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.39.0"
3+
SE_VERSION = "4.40.0-nightly202512070022"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.39.0"
1+
SE_VERSION = "4.40.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

javascript/selenium-webdriver/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")
1111

1212
npm_link_all_packages(name = "node_modules")
1313

14-
VERSION = "4.39.0"
14+
VERSION = "4.40.0-nightly202512070022"
1515

1616
BROWSER_VERSIONS = [
1717
"v143",

javascript/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.39.0",
3+
"version": "4.40.0-nightly202512070022",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ compile_pip_requirements(
6363
],
6464
)
6565

66-
SE_VERSION = "4.39.0"
66+
SE_VERSION = "4.40.0.202512070022"
6767

6868
BROWSER_VERSIONS = [
6969
"v143",

py/docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "4.39"
67+
version = "4.40"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "4.39.0"
69+
release = "4.40.0.202512070022"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "selenium"
7-
version = "4.39.0"
7+
version = "4.40.0.202512070022"
88
license = "Apache-2.0"
99
license-files = ["LICENSE", "NOTICE"]
1010
description = "Official Python bindings for Selenium WebDriver."

py/selenium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.39.0"
19+
__version__ = "4.40.0.202512070022"

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from selenium.webdriver.wpewebkit.service import Service as WPEWebKitService # noqa
4545
from selenium.webdriver.wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
4646

47-
__version__ = "4.39.0"
47+
__version__ = "4.40.0.202512070022"
4848

4949
# We need an explicit __all__ because the above won't otherwise be exported.
5050
__all__ = [

rb/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.143.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.39.0)
6+
selenium-webdriver (4.40.0.nightly)
77
base64 (~> 0.2)
88
logger (~> 1.4)
99
rexml (~> 3.2, >= 3.2.5)
@@ -33,7 +33,7 @@ GEM
3333
bigdecimal (3.3.1)
3434
bigdecimal (3.3.1-java)
3535
concurrent-ruby (1.3.5)
36-
connection_pool (2.5.5)
36+
connection_pool (3.0.2)
3737
crack (1.0.1)
3838
bigdecimal
3939
rexml
@@ -67,8 +67,8 @@ GEM
6767
rdoc (>= 4.0.0)
6868
reline (>= 0.4.2)
6969
jar-dependencies (0.5.5)
70-
json (2.16.0)
71-
json (2.16.0-java)
70+
json (2.17.1)
71+
json (2.17.1-java)
7272
language_server-protocol (3.17.0.5)
7373
lint_roller (1.1.0)
7474
listen (3.9.0)
@@ -180,7 +180,7 @@ GEM
180180
hashdiff (>= 0.4.0, < 2.0.0)
181181
webrick (1.9.2)
182182
websocket (1.2.11)
183-
yard (0.9.37)
183+
yard (0.9.38)
184184

185185
PLATFORMS
186186
arm64-darwin-23

0 commit comments

Comments
 (0)