Skip to content

Commit

Permalink
Bumping version for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jan 20, 2025
1 parent ac34254 commit 1f68c82
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dotnet/selenium-dotnet-version.bzl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BUILD FILE SYNTAX: STARLARK

SE_VERSION = "4.28.0"
SE_VERSION = "4.29.0-nightly202501201850"
ASSEMBLY_VERSION = "4.0.0.0"
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]

Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = "4.28.0"
SE_VERSION = "4.29.0-SNAPSHOT"
TOOLS_JAVA_VERSION = "17"
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")

npm_link_all_packages(name = "node_modules")

VERSION = "4.28.0"
VERSION = "4.29.0-nightly202501201850"

BROWSER_VERSIONS = [
"v85",
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-webdriver",
"version": "4.28.0",
"version": "4.29.0-nightly202501201850",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ compile_pip_requirements(
],
)

SE_VERSION = "4.28.0"
SE_VERSION = "4.29.0.202501201850"

BROWSER_VERSIONS = [
"v85",
Expand Down
4 changes: 2 additions & 2 deletions py/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '4.28'
version = '4.29'
# The full version, including alpha/beta/rc tags.
release = '4.28.0'
release = '4.29.0.202501201850'

# 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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "selenium"
version = "4.28.0"
version = "4.29.0.202501201850"
license = { text = "Apache 2.0" }
description = "Official Python bindings for Selenium WebDriver."
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.


__version__ = "4.28.0"
__version__ = "4.29.0.202501201850"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .wpewebkit.service import Service as WPEWebKitService # noqa
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa

__version__ = "4.28.0"
__version__ = "4.29.0.202501201850"

# We need an explicit __all__ because the above won't otherwise be exported.
__all__ = [
Expand Down
21 changes: 13 additions & 8 deletions rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.132.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.28.0)
selenium-webdriver (4.29.0.nightly)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -13,7 +13,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.2.1)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand All @@ -25,6 +25,7 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
Expand All @@ -40,21 +41,24 @@ GEM
csv (3.3.2)
curb (1.0.6)
date (3.4.1)
date (3.4.1-java)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
drb (2.2.1)
ffi (1.17.1)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-java)
ffi (1.17.1-x64-mingw-ucrt)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
fileutils (1.7.3)
git (1.19.1)
addressable (~> 2.8)
rchardet (~> 1.8)
hashdiff (1.1.2)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
io-console (0.8.0)
io-console (0.8.0-java)
Expand All @@ -74,10 +78,10 @@ GEM
parser (3.3.7.0)
ast (~> 2.4.1)
racc
psych (5.2.2)
psych (5.2.3)
date
stringio
psych (5.2.2-java)
psych (5.2.3-java)
date
jar-dependencies (>= 0.1.7)
public_suffix (6.0.1)
Expand Down Expand Up @@ -165,6 +169,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
uri (1.0.2)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -174,17 +179,17 @@ GEM
yard (0.9.37)

PLATFORMS
arm64-darwin-23
arm64-darwin-24
java
ruby
universal-java-1.8
arm64-darwin-23
arm64-darwin-24
universal-java-17
universal-java-18
universal-java-21
x64-mingw-ucrt
x64-mingw32
x86_64-darwin-22
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.28.0'
VERSION = '4.29.0.nightly'
end # WebDriver
end # Selenium

0 comments on commit 1f68c82

Please sign in to comment.