Skip to content

Commit 1f68c82

Browse files
committed
Bumping version for nightly
1 parent ac34254 commit 1f68c82

File tree

11 files changed

+24
-19
lines changed

11 files changed

+24
-19
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.28.0"
3+
SE_VERSION = "4.29.0-nightly202501201850"
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.28.0"
1+
SE_VERSION = "4.29.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.28.0"
14+
VERSION = "4.29.0-nightly202501201850"
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.28.0",
3+
"version": "4.29.0-nightly202501201850",
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.28.0"
65+
SE_VERSION = "4.29.0.202501201850"
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.28'
59+
version = '4.29'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.28.0'
61+
release = '4.29.0.202501201850'
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.28.0"
7+
version = "4.29.0.202501201850"
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.28.0"
19+
__version__ = "4.29.0.202501201850"

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.28.0"
47+
__version__ = "4.29.0.202501201850"
4848

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

rb/Gemfile.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-devtools (0.132.0)
55
selenium-webdriver (~> 4.2)
6-
selenium-webdriver (4.28.0)
6+
selenium-webdriver (4.29.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)
@@ -40,21 +41,24 @@ GEM
4041
csv (3.3.2)
4142
curb (1.0.6)
4243
date (3.4.1)
44+
date (3.4.1-java)
4345
debug (1.10.0)
4446
irb (~> 1.10)
4547
reline (>= 0.3.8)
4648
diff-lcs (1.5.1)
4749
drb (2.2.1)
50+
ffi (1.17.1)
4851
ffi (1.17.1-arm64-darwin)
4952
ffi (1.17.1-java)
5053
ffi (1.17.1-x64-mingw-ucrt)
54+
ffi (1.17.1-x86_64-darwin)
5155
ffi (1.17.1-x86_64-linux-gnu)
5256
fileutils (1.7.3)
5357
git (1.19.1)
5458
addressable (~> 2.8)
5559
rchardet (~> 1.8)
5660
hashdiff (1.1.2)
57-
i18n (1.14.6)
61+
i18n (1.14.7)
5862
concurrent-ruby (~> 1.0)
5963
io-console (0.8.0)
6064
io-console (0.8.0-java)
@@ -74,10 +78,10 @@ GEM
7478
parser (3.3.7.0)
7579
ast (~> 2.4.1)
7680
racc
77-
psych (5.2.2)
81+
psych (5.2.3)
7882
date
7983
stringio
80-
psych (5.2.2-java)
84+
psych (5.2.3-java)
8185
date
8286
jar-dependencies (>= 0.1.7)
8387
public_suffix (6.0.1)
@@ -165,6 +169,7 @@ GEM
165169
tzinfo (2.0.6)
166170
concurrent-ruby (~> 1.0)
167171
unicode-display_width (2.6.0)
172+
uri (1.0.2)
168173
webmock (3.24.0)
169174
addressable (>= 2.8.0)
170175
crack (>= 0.3.2)
@@ -174,17 +179,17 @@ GEM
174179
yard (0.9.37)
175180

176181
PLATFORMS
182+
arm64-darwin-23
183+
arm64-darwin-24
177184
java
178185
ruby
179186
universal-java-1.8
180-
arm64-darwin-23
181-
arm64-darwin-24
182187
universal-java-17
183188
universal-java-18
184189
universal-java-21
190+
x64-mingw-ucrt
185191
x64-mingw32
186192
x86_64-darwin-22
187-
x64-mingw-ucrt
188193
x86_64-linux
189194

190195
DEPENDENCIES

0 commit comments

Comments
 (0)