Skip to content

Commit e7fac5f

Browse files
committed
[py] Bumping python to 4.1.4
1 parent 33dc63b commit e7fac5f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

‎py/BUILD.bazel

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load("//common:defs.bzl", "copy_file")
77
load("//py:defs.bzl", "py_test_suite")
88
load("//py/private:browsers.bzl", "BROWSERS")
99

10-
SE_VERSION = "4.1.3"
10+
SE_VERSION = "4.1.4"
1111

1212
BROWSER_VERSIONS = [
1313
"v85",
@@ -120,21 +120,20 @@ pkg_files(
120120
name = "selenium-sdist-pkg",
121121
srcs = [
122122
"CHANGES",
123-
"setup.py",
124123
"MANIFEST.in",
125124
"README.rst",
125+
"setup.py",
126126
":selenium-pkg",
127127
],
128128
strip_prefix = strip_prefix.from_pkg(),
129129
)
130130

131-
132131
pkg_tar(
133132
name = "selenium-sdist",
134133
srcs = [":selenium-sdist-pkg"],
135-
package_file_name = "selenium-%s.tar.gz" % SE_VERSION,
136134
extension = "tar.gz",
137-
mode = "0644"
135+
mode = "0644",
136+
package_file_name = "selenium-%s.tar.gz" % SE_VERSION,
138137
)
139138

140139
py_wheel(

‎py/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '4.1.0'
60+
version = '4.1'
6161
# The full version, including alpha/beta/rc tags.
6262
release = version
6363

0 commit comments

Comments
 (0)