Skip to content

Commit 7ba6fc5

Browse files
committed
[py] Bumping versions for nightly
1 parent 1895c6e commit 7ba6fc5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

py/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ compile_pip_requirements(
6262
],
6363
)
6464

65-
SE_VERSION = "4.27.1"
65+
SE_VERSION = "4.28.0.202411261607"
6666

6767
BROWSER_VERSIONS = [
6868
"v85",

py/docs/source/conf.py

+2-2
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.27'
59+
version = '4.28'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '4.27.1'
61+
release = '4.28.0.202411261607'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

py/pyproject.toml

+1-1
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.27.1"
7+
version = "4.28.0.202411261607"
88
license = { text = "Apache 2.0" }
99
description = "Official Python bindings for Selenium WebDriver."
1010
readme = "README.rst"

py/selenium/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.27.1"
19+
__version__ = "4.28.0.202411261607"

py/selenium/webdriver/__init__.py

+1-1
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.27.1"
47+
__version__ = "4.28.0.202411261607"
4848

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

0 commit comments

Comments
 (0)