File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ BEGIN_UNRELEASED_TEMPLATE
47
47
END_UNRELEASED_TEMPLATE
48
48
-->
49
49
50
- {#1 -6-2 }
51
- ## 1.6.2
50
+ {#v1 -6-3 }
51
+ ## [ 1.6.3 ] - 2025-09-21
52
52
53
- [ 1.6.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.2
53
+ [ 1.6.3 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.3
54
54
55
- {#v1-6-2 -fixed}
55
+ {#v1-6-3 -fixed}
56
56
### Fixed
57
57
* (pypi) We now use the Minimal Version Selection (MVS) algorithm to select
58
58
the right wheel when there are multiple wheels for the target platform
Original file line number Diff line number Diff line change @@ -1025,7 +1025,7 @@ Common patterns:
1025
1025
:::{seealso}
1026
1026
See official [docs](https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-tag) for more information.
1027
1027
:::
1028
- :::{versionchanged} 1.6.2
1028
+ :::{versionchanged} 1.6.3
1029
1029
The matching of versioned platforms have been switched to MVS (Minimal Version Selection)
1030
1030
algorithm for easier evaluation logic and fewer surprises. The legacy platform tags are
1031
1031
supported from this version without extra handling from the user.
You can’t perform that action at this time.
0 commit comments