Skip to content

Commit 7afced9

Browse files
committed
bump to 1.6.3
1 parent c4abdbf commit 7afced9

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
@@ -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

python/private/pypi/extension.bzl

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

0 commit comments

Comments
 (0)