Skip to content

Commit d77c827

Browse files
committed
Bumping versions to nightly
1 parent 5fc1ec9 commit d77c827

File tree

15 files changed

+39
-97
lines changed

15 files changed

+39
-97
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.29.0"
3+
SE_VERSION = "4.30.0-nightly202502201302"
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.29.0"
1+
SE_VERSION = "4.30.0-SNAPSHOT"
22
TOOLS_JAVA_VERSION = "17"

javascript/node/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.29.0"
14+
VERSION = "4.30.0-nightly202502201302"
1515

1616
BROWSER_VERSIONS = [
1717
"v85",

javascript/node/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.29.0",
3+
"version": "4.30.0-nightly202502201302",
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
@@ -62,7 +62,7 @@ compile_pip_requirements(
6262
],
6363
)
6464

65-
SE_VERSION = "4.29.0"
65+
SE_VERSION = "4.30.0.202502201302"
6666

6767
BROWSER_VERSIONS = [
6868
"v85",

py/docs/source/conf.py

Lines changed: 2 additions & 2 deletions
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.29'
59+
version = '4.30'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.29.0'
61+
release = '4.30.0.202502201302'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# 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.29.0"
7+
version = "4.30.0.202502201302"
88
license = { text = "Apache 2.0" }
99
description = "Official Python bindings for Selenium WebDriver."
1010
readme = "README.rst"

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.29.0"
19+
__version__ = "4.30.0.202502201302"

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 .wpewebkit.service import Service as WPEWebKitService # noqa
4545
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
4646

47-
__version__ = "4.29.0"
47+
__version__ = "4.30.0.202502201302"
4848

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

rb/Gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.133.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.29.0)
6+
selenium-webdriver (4.30.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.1)
16+
activesupport (8.0.1)
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)
@@ -38,7 +39,7 @@ GEM
3839
bigdecimal
3940
rexml
4041
csv (3.3.2)
41-
curb (1.0.8)
42+
curb (1.0.9)
4243
date (3.4.1)
4344
date (3.4.1-java)
4445
debug (1.10.0)
@@ -69,6 +70,7 @@ GEM
6970
json (2.10.1)
7071
json (2.10.1-java)
7172
language_server-protocol (3.17.0.4)
73+
lint_roller (1.1.0)
7274
listen (3.9.0)
7375
rb-fsevent (~> 0.10, >= 0.10.3)
7476
rb-inotify (~> 0.9, >= 0.9.10)
@@ -104,7 +106,7 @@ GEM
104106
regexp_parser (2.10.0)
105107
reline (0.6.0)
106108
io-console (~> 0.5)
107-
rexml (3.4.0)
109+
rexml (3.4.1)
108110
rspec (3.13.0)
109111
rspec-core (~> 3.13.0)
110112
rspec-expectations (~> 3.13.0)
@@ -118,9 +120,10 @@ GEM
118120
diff-lcs (>= 1.2.0, < 2.0)
119121
rspec-support (~> 3.13.0)
120122
rspec-support (3.13.2)
121-
rubocop (1.71.2)
123+
rubocop (1.72.2)
122124
json (~> 2.3)
123-
language_server-protocol (>= 3.17.0)
125+
language_server-protocol (~> 3.17.0.2)
126+
lint_roller (~> 1.1.0)
124127
parallel (~> 1.10)
125128
parser (>= 3.3.0.2)
126129
rainbow (>= 2.2.2, < 4.0)
@@ -134,9 +137,10 @@ GEM
134137
rubocop (~> 1.41)
135138
rubocop-factory_bot (2.26.1)
136139
rubocop (~> 1.61)
137-
rubocop-performance (1.23.1)
138-
rubocop (>= 1.48.1, < 2.0)
139-
rubocop-ast (>= 1.31.1, < 2.0)
140+
rubocop-performance (1.24.0)
141+
lint_roller (~> 1.1)
142+
rubocop (>= 1.72.1, < 2.0)
143+
rubocop-ast (>= 1.38.0, < 2.0)
140144
rubocop-rake (0.6.0)
141145
rubocop (~> 1.0)
142146
rubocop-rspec (2.31.0)
@@ -164,14 +168,15 @@ GEM
164168
securerandom (>= 0.1)
165169
strscan (>= 1.0.0)
166170
terminal-table (>= 2, < 4)
167-
stringio (3.1.2)
171+
stringio (3.1.4)
168172
strscan (3.1.2)
169173
strscan (3.1.2-java)
170174
terminal-table (3.0.2)
171175
unicode-display_width (>= 1.1.1, < 3)
172176
tzinfo (2.0.6)
173177
concurrent-ruby (~> 1.0)
174178
unicode-display_width (2.6.0)
179+
uri (1.0.2)
175180
webmock (3.25.0)
176181
addressable (>= 2.8.0)
177182
crack (>= 0.3.2)

0 commit comments

Comments
 (0)