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
4747END_UNRELEASED_TEMPLATE
4848-->
4949
50- {#1 -6-2 }
51- ## 1.6.2
50+ {#v1 -6-3 }
51+ ## [ 1.6.3 ] - 2025-09-21
5252
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
5454
55- {#v1-6-2 -fixed}
55+ {#v1-6-3 -fixed}
5656### Fixed
5757* (pypi) We now use the Minimal Version Selection (MVS) algorithm to select
5858 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:
10251025:::{seealso}
10261026See official [docs](https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-tag) for more information.
10271027:::
1028- :::{versionchanged} 1.6.2
1028+ :::{versionchanged} 1.6.3
10291029The matching of versioned platforms have been switched to MVS (Minimal Version Selection)
10301030algorithm for easier evaluation logic and fewer surprises. The legacy platform tags are
10311031supported from this version without extra handling from the user.
You can’t perform that action at this time.
0 commit comments