Skip to content

Commit 9790ae0

Browse files
authored
chore: populate 2.0 for VERSION_NEXT_FEATURE for py_wheel add_path_prefix (#3703)
The add_path_prefix feature is in the 2.0 branch, but its version marker wasn't populated. Set it to 2.0.0
1 parent 9a6be4c commit 9790ae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/private/py_wheel.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ For example:
181181
+ `"foo/" will prepend to `"bar/baz/file.py"` as `"foo/bar/baz/file.py"`
182182
+ `"foo_" will prepend to `"bar/baz/file.py"` as `"foo_bar/baz/file.py"`
183183
+ `stripping ["bar/"] and adding "foo/" will change `"bar/baz/file.py"` to `"foo/baz/file.py"`
184-
:::{versionadded} VERSION_NEXT_FEATURE
184+
185+
:::{versionadded} 2.0.0
185186
The {attr}`add_path_prefix` attribute was added.
186187
:::
187188
""",

0 commit comments

Comments
 (0)