Skip to content

Commit 2421c66

Browse files
committed
[ci] Bumping versions for nightly
1 parent d6e718d commit 2421c66

File tree

11 files changed

+21
-19
lines changed

11 files changed

+21
-19
lines changed

Diff for: dotnet/selenium-dotnet-version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.27.0"
3+
SE_VERSION = "4.28.0-nightly202411252021"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

Diff for: java/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = "4.27.0"
1+
SE_VERSION = "4.28.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

Diff for: javascript/node/selenium-webdriver/BUILD.bazel

+1-1
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.27.0"
14+
VERSION = "4.28.0-nightly202411252022"
1515

1616
BROWSER_VERSIONS = [
1717
"v85",

Diff for: javascript/node/selenium-webdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.27.0",
3+
"version": "4.28.0-nightly202411252022",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

Diff for: py/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ compile_pip_requirements(
6262
],
6363
)
6464

65-
SE_VERSION = "4.27.0"
65+
SE_VERSION = "4.28.0.202411252021"
6666

6767
BROWSER_VERSIONS = [
6868
"v85",

Diff for: py/docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '4.27'
59+
version = '4.28'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.27.0'
61+
release = '4.28.0.202411252021'
6262

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

Diff for: py/pyproject.toml

+1-1
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.27.0"
7+
version = "4.28.0.202411252021"
88
license = "Apache 2.0"
99
description = "Official Python bindings for Selenium WebDriver."
1010
readme = "README.rst"

Diff for: py/selenium/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.27.0"
19+
__version__ = "4.28.0.202411252021"

Diff for: py/selenium/webdriver/__init__.py

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

47-
__version__ = "4.27.0"
47+
__version__ = "4.28.0.202411252021"
4848

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

Diff for: rb/Gemfile.lock

+10-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.131.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.27.0)
6+
selenium-webdriver (4.28.0.nightly)
77
base64 (~> 0.2)
88
logger (~> 1.4)
99
rexml (~> 3.2, >= 3.2.5)
@@ -13,7 +13,7 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
activesupport (7.2.2)
16+
activesupport (8.0.0)
1717
base64
1818
benchmark (>= 0.3)
1919
bigdecimal
@@ -25,6 +25,7 @@ GEM
2525
minitest (>= 5.1)
2626
securerandom (>= 0.3)
2727
tzinfo (~> 2.0, >= 2.0.5)
28+
uri (>= 0.13.1)
2829
addressable (2.8.7)
2930
public_suffix (>= 2.0.2, < 7.0)
3031
ast (2.4.2)
@@ -51,7 +52,7 @@ GEM
5152
git (1.19.1)
5253
addressable (~> 2.8)
5354
rchardet (~> 1.8)
54-
hashdiff (1.1.1)
55+
hashdiff (1.1.2)
5556
i18n (1.14.6)
5657
concurrent-ruby (~> 1.0)
5758
io-console (0.7.2)
@@ -60,8 +61,8 @@ GEM
6061
rdoc (>= 4.0.0)
6162
reline (>= 0.4.2)
6263
jar-dependencies (0.4.1)
63-
json (2.8.1)
64-
json (2.8.1-java)
64+
json (2.8.2)
65+
json (2.8.2-java)
6566
language_server-protocol (3.17.0.3)
6667
listen (3.9.0)
6768
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -88,7 +89,7 @@ GEM
8889
rbs (3.6.1)
8990
logger
9091
rchardet (1.8.0)
91-
rdoc (6.7.0)
92+
rdoc (6.8.1)
9293
psych (>= 4.0.0)
9394
regexp_parser (2.9.2)
9495
reline (0.5.11)
@@ -117,13 +118,13 @@ GEM
117118
rubocop-ast (>= 1.32.2, < 2.0)
118119
ruby-progressbar (~> 1.7)
119120
unicode-display_width (>= 2.4.0, < 3.0)
120-
rubocop-ast (1.34.1)
121+
rubocop-ast (1.36.1)
121122
parser (>= 3.3.1.0)
122123
rubocop-capybara (2.21.0)
123124
rubocop (~> 1.41)
124125
rubocop-factory_bot (2.26.1)
125126
rubocop (~> 1.61)
126-
rubocop-performance (1.22.1)
127+
rubocop-performance (1.23.0)
127128
rubocop (>= 1.48.1, < 2.0)
128129
rubocop-ast (>= 1.31.1, < 2.0)
129130
rubocop-rake (0.6.0)
@@ -161,6 +162,7 @@ GEM
161162
tzinfo (2.0.6)
162163
concurrent-ruby (~> 1.0)
163164
unicode-display_width (2.6.0)
165+
uri (1.0.2)
164166
webmock (3.24.0)
165167
addressable (>= 2.8.0)
166168
crack (>= 0.3.2)

Diff for: rb/lib/selenium/webdriver/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.27.0'
22+
VERSION = '4.28.0.nightly'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)