From 3ddb6015b7cc575665c78c23d3d75c373aeb89a5 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Sun, 22 Feb 2026 17:09:00 -0800 Subject: [PATCH] chore: repleace version marker in features.bzl --- python/features.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/features.bzl b/python/features.bzl index 5e3b7410a7..26acc8c5fe 100644 --- a/python/features.bzl +++ b/python/features.bzl @@ -26,7 +26,7 @@ def _features_typedef(): A map of public API targets available in rules_python for feature detection purposes. - :::{versionadded} VERSION_NEXT_FEATURE + :::{versionadded} 1.9.0 ::: ::::