@@ -79,13 +79,6 @@ END_UNRELEASED_TEMPLATE
7979 length errors due to too long environment variables.
8080* (bootstrap) {obj}` --bootstrap_impl=script ` now supports the ` -S ` interpreter
8181 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 ) .
8982* (venvs) {obj}` --vens_site_packages=yes ` no longer errors when packages with
9083 overlapping files or directories are used together.
9184 ([ #3204 ] ( https://github.com/bazel-contrib/rules_python/issues/3204 ) ).
@@ -104,6 +97,21 @@ END_UNRELEASED_TEMPLATE
10497 {ref}` common-deps-with-multiple-pypi-versions ` guide on using common
10598 dependencies with multiple PyPI versions` for an example.
10699
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 ) .
107115
108116{#v1-6-0}
109117## [ 1.6.0] - 2025-08-23
0 commit comments