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 @@ -40,7 +40,7 @@ compile_pip_requirements(
40
40
],
41
41
)
42
42
43
- SE_VERSION = "4.20.0 "
43
+ SE_VERSION = "4.21.0.dev202404242345 "
44
44
45
45
BROWSER_VERSIONS = [
46
46
"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.20 '
59
+ version = '4.21 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '4.20.0 '
61
+ release = '4.21.0.dev202404242345 '
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 16
16
# under the License.
17
17
18
18
19
- __version__ = "4.20.0 "
19
+ __version__ = "4.21.0.dev202404242345 "
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.20.0 "
47
+ __version__ = "4.21.0.dev202404242345 "
48
48
49
49
# We need an explicit __all__ because the above won't otherwise be exported.
50
50
__all__ = [
Original file line number Diff line number Diff line change 27
27
setup_args = {
28
28
'cmdclass' : {'install' : install },
29
29
'name' : 'selenium' ,
30
- 'version' : "4.20.0 " ,
30
+ 'version' : "4.21.0.dev202404242345 " ,
31
31
'license' : 'Apache 2.0' ,
32
32
'description' : 'Python bindings for Selenium' ,
33
33
'long_description' : open (join (abspath (dirname (__file__ )), "README.rst" )).read (),
You can’t perform that action at this time.
0 commit comments