update the version

(cherry picked from commit c4abdbf18b51021db2ddf188ee79eb96b7a1838a)
diff --git a/python/private/pypi/extension.bzl b/python/private/pypi/extension.bzl
index 3caa63a..5e9a075 100644
--- a/python/private/pypi/extension.bzl
+++ b/python/private/pypi/extension.bzl
@@ -1025,7 +1025,7 @@
 :::{seealso}
 See official [docs](https://packaging.python.org/en/latest/specifications/platform-compatibility-tags/#platform-tag) for more information.
 :::
-:::{versionchanged} VERSION_NEXT_FEATURE
+:::{versionchanged} 1.6.2
 The matching of versioned platforms have been switched to MVS (Minimal Version Selection)
 algorithm for easier evaluation logic and fewer surprises. The legacy platform tags are
 supported from this version without extra handling from the user.