Skip to content

Commit cfed6ab

Browse files
committed
update version markers
1 parent c4a3fa7 commit cfed6ab

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

docs/api/rules_python/python/bin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bazel run @rules_python//python/bin:python \
3030
The {flag}`--python_src` flag for using the intepreter a binary/test uses.
3131
::::
3232

33-
::::{versionadded} VERSION_NEXT_FEATURE
33+
::::{versionadded} 1.3.0
3434
::::
3535
:::
3636

docs/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python /path/to/debugger.py --port 12345 --file /path/to/file.py
2424
The {bzl:obj}`interpreter_args` attribute.
2525
:::
2626

27-
:::{versionadded} VERSION_NEXT_FEATURE
27+
:::{versionadded} 1.3.0
2828

2929
::::
3030

python/api/executables.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{#python-apis-executables-bzl}
1717
Loading-phase APIs specific to executables (binaries/tests).
1818
19-
:::{versionadded} VERSION_NEXT_FEATURE
19+
:::{versionadded} 1.3.0
2020
:::
2121
"""
2222

python/api/libraries.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{#python-apis-libraries-bzl}
1717
Loading-phase APIs specific to libraries.
1818
19-
:::{versionadded} VERSION_NEXT_FEATURE
19+
:::{versionadded} 1.3.0
2020
:::
2121
"""
2222

python/private/attr_builders.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""Builders for creating attributes et al.
1616
17-
:::{versionadded} VERSION_NEXT_FEATURE
17+
:::{versionadded} 1.3.0
1818
:::
1919
"""
2020

python/private/py_binary_rule.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def create_py_binary_rule_builder():
3434
:::{include} /_includes/volatile_api.md
3535
:::
3636
37-
:::{versionadded} VERSION_NEXT_FEATURE
37+
:::{versionadded} 1.3.0
3838
:::
3939
4040
Returns:

python/private/py_executable.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Only supported for {obj}`--bootstrap_impl=script`. Ignored otherwise.
102102
The {obj}`RULES_PYTHON_ADDITIONAL_INTERPRETER_ARGS` environment variable
103103
:::
104104
105-
:::{versionadded} VERSION_NEXT_FEATURE
105+
:::{versionadded} 1.3.0
106106
:::
107107
""",
108108
),
@@ -146,7 +146,7 @@ information about running modules as the main program.
146146
147147
This is mutually exclusive with {obj}`main`.
148148
149-
:::{versionadded} VERSION_NEXT_FEATURE
149+
:::{versionadded} 1.3.0
150150
:::
151151
""",
152152
),
@@ -1803,7 +1803,7 @@ def create_executable_rule_builder(implementation, **kwargs):
18031803
and the output is something that can be run directly (e.g. `bazel run`,
18041804
`exec(...)` etc)
18051805
1806-
:::{versionadded} VERSION_NEXT_FEATURE
1806+
:::{versionadded} 1.3.0
18071807
:::
18081808
18091809
Returns:

python/private/py_library.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def create_py_library_rule_builder():
151151
:::{include} /_includes/volatile_api.md
152152
:::
153153
154-
:::{versionadded} VERSION_NEXT_FEATURE
154+
:::{versionadded} 1.3.0
155155
:::
156156
157157
Returns:

python/private/py_test_rule.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def create_py_test_rule_builder():
3737
:::{include} /_includes/volatile_api.md
3838
:::
3939
40-
:::{versionadded} VERSION_NEXT_FEATURE
40+
:::{versionadded} 1.3.0
4141
:::
4242
4343
Returns:

python/private/pypi/attrs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ATTRS = {
2020
doc = """
2121
If true, add the lib dir of the bundled interpreter to the library search path via `LDFLAGS`.
2222
23-
:::{versionadded} VERSION_NEXT_FEATURE
23+
:::{versionadded} 1.3.0
2424
:::
2525
""",
2626
),

0 commit comments

Comments
 (0)