@@ -79,13 +79,6 @@ END_UNRELEASED_TEMPLATE
79
79
length errors due to too long environment variables.
80
80
* (bootstrap) {obj}` --bootstrap_impl=script ` now supports the ` -S ` interpreter
81
81
setting.
82
- * (pypi) We now use the Minimal Version Selection (MVS) algorithm to select
83
- the right wheel when there are multiple wheels for the target platform
84
- (e.g. ` musllinux_1_1_x86_64 ` and ` musllinux_1_2_x86_64 ` ). If the user
85
- wants to set the minimum version for the selection algorithm, use the
86
- {attr}` pip.defaults.whl_platform_tags ` attribute to configure that. If
87
- ` musllinux_*_x86_64 ` is specified, we will chose the lowest available
88
- wheel version. Fixes [ #3250 ] ( https://github.com/bazel-contrib/rules_python/issues/3250 ) .
89
82
* (venvs) {obj}` --vens_site_packages=yes ` no longer errors when packages with
90
83
overlapping files or directories are used together.
91
84
([ #3204 ] ( https://github.com/bazel-contrib/rules_python/issues/3204 ) ).
@@ -104,6 +97,21 @@ END_UNRELEASED_TEMPLATE
104
97
{ref}` common-deps-with-multiple-pypi-versions ` guide on using common
105
98
dependencies with multiple PyPI versions` for an example.
106
99
100
+ {#v1-6-2}
101
+ ## [ 1.6.2] - 2025-09-21
102
+
103
+ [ 1.6.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.2
104
+
105
+ {#v1-6-2-fixed}
106
+ ### Fixed
107
+
108
+ * (pypi) We now use the Minimal Version Selection (MVS) algorithm to select
109
+ the right wheel when there are multiple wheels for the target platform
110
+ (e.g. ` musllinux_1_1_x86_64 ` and ` musllinux_1_2_x86_64 ` ). If the user
111
+ wants to set the minimum version for the selection algorithm, use the
112
+ {attr}` pip.defaults.whl_platform_tags ` attribute to configure that. If
113
+ ` musllinux_*_x86_64 ` is specified, we will chose the lowest available
114
+ wheel version. Fixes [ #3250 ] ( https://github.com/bazel-contrib/rules_python/issues/3250 ) .
107
115
108
116
{#v1-6-0}
109
117
## [ 1.6.0] - 2025-08-23
0 commit comments