From a39c03e324af49fc7aa7ec945da4096b18b32865 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Mon, 13 Apr 2026 16:21:33 -0700 Subject: [PATCH] chore: populate 2.0 for VERSION_NEXT_FEATURE for py_wheel add_path_prefix --- python/private/py_wheel.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/private/py_wheel.bzl b/python/private/py_wheel.bzl index 5b8b5c7879..1ca344c086 100644 --- a/python/private/py_wheel.bzl +++ b/python/private/py_wheel.bzl @@ -181,7 +181,8 @@ For example: + `"foo/" will prepend to `"bar/baz/file.py"` as `"foo/bar/baz/file.py"` + `"foo_" will prepend to `"bar/baz/file.py"` as `"foo_bar/baz/file.py"` + `stripping ["bar/"] and adding "foo/" will change `"bar/baz/file.py"` to `"foo/baz/file.py"` -:::{versionadded} VERSION_NEXT_FEATURE + +:::{versionadded} 2.0.0 The {attr}`add_path_prefix` attribute was added. ::: """,