File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ compile_pip_requirements(
62
62
],
63
63
)
64
64
65
- SE_VERSION = "4.27.1 "
65
+ SE_VERSION = "4.28.0.202411261607 "
66
66
67
67
BROWSER_VERSIONS = [
68
68
"v85" ,
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '4.27 '
59
+ version = '4.28 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '4.27.1 '
61
+ release = '4.28.0.202411261607 '
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " selenium"
7
- version = " 4.27.1 "
7
+ version = " 4.28.0.202411261607 "
8
8
license = { text = " Apache 2.0" }
9
9
description = " Official Python bindings for Selenium WebDriver."
10
10
readme = " README.rst"
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
19
- __version__ = "4.27.1 "
19
+ __version__ = "4.28.0.202411261607 "
Original file line number Diff line number Diff line change 44
44
from .wpewebkit .service import Service as WPEWebKitService # noqa
45
45
from .wpewebkit .webdriver import WebDriver as WPEWebKit # noqa
46
46
47
- __version__ = "4.27.1 "
47
+ __version__ = "4.28.0.202411261607 "
48
48
49
49
# We need an explicit __all__ because the above won't otherwise be exported.
50
50
__all__ = [
You can’t perform that action at this time.
0 commit comments