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 @@ -97,12 +97,12 @@ END_UNRELEASED_TEMPLATE
9797 {ref}` common-deps-with-multiple-pypi-versions ` guide on using common
9898 dependencies with multiple PyPI versions` for an example.
9999
100- {#v1-6-2 }
101- ## [ 1.6.2 ] - 2025-09-21
100+ {#v1-6-3 }
101+ ## [ 1.6.3 ] - 2025-09-21
102102
103- [ 1.6.2 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.2
103+ [ 1.6.3 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.3
104104
105- {#v1-6-2 -fixed}
105+ {#v1-6-3 -fixed}
106106### Fixed
107107
108108* (pypi) We now use the Minimal Version Selection (MVS) algorithm to select
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ Common patterns:
518518:::{seealso}
519519See official [docs](https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-tag) for more information.
520520:::
521- :::{versionchanged} 1.6.2
521+ :::{versionchanged} 1.6.3
522522The matching of versioned platforms have been switched to MVS (Minimal Version Selection)
523523algorithm for easier evaluation logic and fewer surprises. The legacy platform tags are
524524supported from this version without extra handling from the user.
You can’t perform that action at this time.
0 commit comments