From 1f68c8223685a6c9110e8feab0d89a2adeb7daf2 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 20 Jan 2025 18:59:49 +0100 Subject: [PATCH] Bumping version for nightly --- dotnet/selenium-dotnet-version.bzl | 2 +- java/version.bzl | 2 +- .../node/selenium-webdriver/BUILD.bazel | 2 +- .../node/selenium-webdriver/package.json | 2 +- py/BUILD.bazel | 2 +- py/docs/source/conf.py | 4 ++-- py/pyproject.toml | 2 +- py/selenium/__init__.py | 2 +- py/selenium/webdriver/__init__.py | 2 +- rb/Gemfile.lock | 21 ++++++++++++------- rb/lib/selenium/webdriver/version.rb | 2 +- 11 files changed, 24 insertions(+), 19 deletions(-) diff --git a/dotnet/selenium-dotnet-version.bzl b/dotnet/selenium-dotnet-version.bzl index b03c4dc6ca06a..8de34da3d247b 100644 --- a/dotnet/selenium-dotnet-version.bzl +++ b/dotnet/selenium-dotnet-version.bzl @@ -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"] diff --git a/java/version.bzl b/java/version.bzl index 14f0db69989d8..a55d73545d3ef 100644 --- a/java/version.bzl +++ b/java/version.bzl @@ -1,2 +1,2 @@ -SE_VERSION = "4.28.0" +SE_VERSION = "4.29.0-SNAPSHOT" TOOLS_JAVA_VERSION = "17" diff --git a/javascript/node/selenium-webdriver/BUILD.bazel b/javascript/node/selenium-webdriver/BUILD.bazel index 14f3f789f8163..c13bc162c788c 100644 --- a/javascript/node/selenium-webdriver/BUILD.bazel +++ b/javascript/node/selenium-webdriver/BUILD.bazel @@ -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", diff --git a/javascript/node/selenium-webdriver/package.json b/javascript/node/selenium-webdriver/package.json index 42025370145a9..9883af6dabcc7 100644 --- a/javascript/node/selenium-webdriver/package.json +++ b/javascript/node/selenium-webdriver/package.json @@ -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": [ diff --git a/py/BUILD.bazel b/py/BUILD.bazel index 24e5589f9b65c..b4999b6607fe0 100644 --- a/py/BUILD.bazel +++ b/py/BUILD.bazel @@ -62,7 +62,7 @@ compile_pip_requirements( ], ) -SE_VERSION = "4.28.0" +SE_VERSION = "4.29.0.202501201850" BROWSER_VERSIONS = [ "v85", diff --git a/py/docs/source/conf.py b/py/docs/source/conf.py index fa175bac66448..fd7f04c315180 100644 --- a/py/docs/source/conf.py +++ b/py/docs/source/conf.py @@ -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. diff --git a/py/pyproject.toml b/py/pyproject.toml index ae7d68d8516b0..9afa6a63c7f8a 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -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" diff --git a/py/selenium/__init__.py b/py/selenium/__init__.py index f289b20342a5c..bbdf061facf86 100644 --- a/py/selenium/__init__.py +++ b/py/selenium/__init__.py @@ -16,4 +16,4 @@ # under the License. -__version__ = "4.28.0" +__version__ = "4.29.0.202501201850" diff --git a/py/selenium/webdriver/__init__.py b/py/selenium/webdriver/__init__.py index 1706b066576bd..82f7bd618bfa1 100644 --- a/py/selenium/webdriver/__init__.py +++ b/py/selenium/webdriver/__init__.py @@ -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__ = [ diff --git a/rb/Gemfile.lock b/rb/Gemfile.lock index 625f58dc54992..8d3d8088d94b3 100644 --- a/rb/Gemfile.lock +++ b/rb/Gemfile.lock @@ -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) @@ -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 @@ -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) @@ -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) @@ -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) @@ -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) @@ -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 diff --git a/rb/lib/selenium/webdriver/version.rb b/rb/lib/selenium/webdriver/version.rb index bca2e4ebb1d50..20971dbacd2bb 100644 --- a/rb/lib/selenium/webdriver/version.rb +++ b/rb/lib/selenium/webdriver/version.rb @@ -19,6 +19,6 @@ module Selenium module WebDriver - VERSION = '4.28.0' + VERSION = '4.29.0.nightly' end # WebDriver end # Selenium