Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update version strings in docs. #2546

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/config_settings/transition.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""The transition module contains the rule definitions to wrap py_binary and py_test and transition
them to the desired target platform.

:::{versionchanged} VERSION_NEXT_PATCH
:::{versionchanged} 1.1.0
The `py_binary` and `py_test` symbols are aliases to the regular rules. Usages
of them should be changed to load the regular rules directly.
:::
Expand Down
4 changes: 2 additions & 2 deletions python/private/attributes.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ These are dependencies that satisfy imports guarded by `typing.TYPE_CHECKING`.
These are build-time only dependencies and not included as part of a runnable
program (packaging rules may include them, however).

:::{versionadded} VERSION_NEXT_FEATURE
:::{versionadded} 1.1.0
:::
""",
providers = [
Expand All @@ -399,7 +399,7 @@ These are typically `.pyi` files, but other file types for type-checker specific
formats are allowed. These files are build-time only dependencies and not included
as part of a runnable program (packaging rules may include them, however).

:::{versionadded} VERSION_NEXT_FEATURE
:::{versionadded} 1.1.0
:::
""",
allow_files = True,
Expand Down
2 changes: 1 addition & 1 deletion python/private/py_executable.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ may be silently ignored, or an error may occur, depending on the toolchain
configuration.
:::

:::{versionchanged} VERSION_NEXT_PATCH
:::{versionchanged} 1.1.0

This attribute was changed from only accepting `PY2` and `PY3` values to
accepting arbitrary Python versions.
Expand Down
4 changes: 2 additions & 2 deletions python/private/py_runtime_info.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ the same conventions as the standard CPython interpreter.

The runtime's ABI flags, i.e. `sys.abiflags`.

:::{versionadded} 0.41.0
:::{versionadded} 1.0.0
:::
""",
"bootstrap_template": """
Expand Down Expand Up @@ -281,7 +281,7 @@ are (only) `"PY2"` and `"PY3"`.
The template to use for the binary-specific site-init hook run by the
interpreter at startup.

:::{versionadded} 0.41.0
:::{versionadded} 1.0.0
:::
""",
"stage2_bootstrap_template": """
Expand Down