Skip to content

Commit

Permalink
chore: update version strings in docs. (#2546)
Browse files Browse the repository at this point in the history
* Change "VERSION_NEXT" markers to upcoming 1.1.0 release
* Change incorrect 0.41.0 mention to 1.0.0
  • Loading branch information
rickeylev authored Jan 8, 2025
1 parent 77cb18b commit 50b4f87
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

0 comments on commit 50b4f87

Please sign in to comment.