Skip to content

Commit 38f2679

Browse files
committed
bump to 1.6.3
(cherry picked from commit 7afced9)
1 parent b12a960 commit 38f2679

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ BEGIN_UNRELEASED_TEMPLATE
4747
END_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

python/private/pypi/extension.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ Common patterns:
10251025
:::{seealso}
10261026
See 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
10291029
The matching of versioned platforms have been switched to MVS (Minimal Version Selection)
10301030
algorithm for easier evaluation logic and fewer surprises. The legacy platform tags are
10311031
supported from this version without extra handling from the user.

0 commit comments

Comments
 (0)