File tree 6 files changed +14
-8
lines changed
6 files changed +14
-8
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.29.0.202501201850 "
65
+ SE_VERSION = "4.28.1 "
66
66
67
67
BROWSER_VERSIONS = [
68
68
"v85" ,
Original file line number Diff line number Diff line change
1
+ Selenium 4.28.1
2
+ * [py] Fix installing most of the data from source distributions
3
+
1
4
Selenium 4.28.0
2
5
* Add CDP for Chrome 132 and remove 129
3
6
* [py] fix packaging (#14823)
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.29 '
59
+ version = '4.28 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '4.29.0.202501201850 '
61
+ release = '4.28.1 '
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.29.0.202501201850 "
7
+ version = " 4.28.1 "
8
8
license = { text = " Apache 2.0" }
9
9
description = " Official Python bindings for Selenium WebDriver."
10
10
readme = " README.rst"
@@ -40,9 +40,12 @@ zip-safe = false
40
40
[tool .setuptools .packages .find ]
41
41
include = [" selenium*" ]
42
42
exclude = [" test*" ]
43
- namespaces = false
43
+ namespaces = true
44
44
# include-package-data is `true` by default in pyproject.toml
45
45
46
+ [[tool .setuptools-rust .ext-modules ]]
47
+ target = " selenium.webdriver.common.selenium-manager"
48
+
46
49
[[tool .setuptools-rust .bins ]]
47
50
target = " selenium.webdriver.common.selenium-manager"
48
51
@@ -54,7 +57,7 @@ Documentation = "https://www.selenium.dev/documentation/overview/"
54
57
SourceCode = " https://github.com/SeleniumHQ/selenium/tree/trunk/py"
55
58
56
59
[tool .setuptools .package-data ]
57
- selenium_package = [
60
+ "*" = [
58
61
" *.py" ,
59
62
" *.rst" ,
60
63
" *.json" ,
Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
19
- __version__ = "4.29.0.202501201850 "
19
+ __version__ = "4.28.1 "
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.29.0.202501201850 "
47
+ __version__ = "4.28.1 "
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