diff --git a/py/BUILD.bazel b/py/BUILD.bazel index 4537f6b9a6e14..47158c4ab59ed 100644 --- a/py/BUILD.bazel +++ b/py/BUILD.bazel @@ -62,7 +62,7 @@ compile_pip_requirements( ], ) -SE_VERSION = "4.27.1" +SE_VERSION = "4.28.0.202411261607" BROWSER_VERSIONS = [ "v85", diff --git a/py/docs/source/conf.py b/py/docs/source/conf.py index 4e78039a603c0..2cf687329c477 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.27' +version = '4.28' # The full version, including alpha/beta/rc tags. -release = '4.27.1' +release = '4.28.0.202411261607' # 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 4f7ee07119c2d..e99a03cd5d7a2 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "selenium" -version = "4.27.1" +version = "4.28.0.202411261607" 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 2a9f1e1a9cdfb..af337bd8b7304 100644 --- a/py/selenium/__init__.py +++ b/py/selenium/__init__.py @@ -16,4 +16,4 @@ # under the License. -__version__ = "4.27.1" +__version__ = "4.28.0.202411261607" diff --git a/py/selenium/webdriver/__init__.py b/py/selenium/webdriver/__init__.py index 8880c5a91ff21..4ae671ba788b1 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.27.1" +__version__ = "4.28.0.202411261607" # We need an explicit __all__ because the above won't otherwise be exported. __all__ = [