File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ load("//common:defs.bzl", "copy_file")
7
7
load ("//py:defs.bzl" , "py_test_suite" )
8
8
load ("//py/private:browsers.bzl" , "BROWSERS" )
9
9
10
- SE_VERSION = "4.1.3 "
10
+ SE_VERSION = "4.1.4 "
11
11
12
12
BROWSER_VERSIONS = [
13
13
"v85" ,
@@ -120,21 +120,20 @@ pkg_files(
120
120
name = "selenium-sdist-pkg" ,
121
121
srcs = [
122
122
"CHANGES" ,
123
- "setup.py" ,
124
123
"MANIFEST.in" ,
125
124
"README.rst" ,
125
+ "setup.py" ,
126
126
":selenium-pkg" ,
127
127
],
128
128
strip_prefix = strip_prefix .from_pkg (),
129
129
)
130
130
131
-
132
131
pkg_tar (
133
132
name = "selenium-sdist" ,
134
133
srcs = [":selenium-sdist-pkg" ],
135
- package_file_name = "selenium-%s.tar.gz" % SE_VERSION ,
136
134
extension = "tar.gz" ,
137
- mode = "0644"
135
+ mode = "0644" ,
136
+ package_file_name = "selenium-%s.tar.gz" % SE_VERSION ,
138
137
)
139
138
140
139
py_wheel (
Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = '4.1.0 '
60
+ version = '4.1'
61
61
# The full version, including alpha/beta/rc tags.
62
62
release = version
63
63
You can’t perform that action at this time.
0 commit comments