Skip to content

Commit 50b4f87

Browse files
authored
chore: update version strings in docs. (bazel-contrib#2546)
* Change "VERSION_NEXT" markers to upcoming 1.1.0 release * Change incorrect 0.41.0 mention to 1.0.0
1 parent 77cb18b commit 50b4f87

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

python/config_settings/transition.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""The transition module contains the rule definitions to wrap py_binary and py_test and transition
1616
them to the desired target platform.
1717
18-
:::{versionchanged} VERSION_NEXT_PATCH
18+
:::{versionchanged} 1.1.0
1919
The `py_binary` and `py_test` symbols are aliases to the regular rules. Usages
2020
of them should be changed to load the regular rules directly.
2121
:::

python/private/attributes.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ These are dependencies that satisfy imports guarded by `typing.TYPE_CHECKING`.
383383
These are build-time only dependencies and not included as part of a runnable
384384
program (packaging rules may include them, however).
385385
386-
:::{versionadded} VERSION_NEXT_FEATURE
386+
:::{versionadded} 1.1.0
387387
:::
388388
""",
389389
providers = [
@@ -399,7 +399,7 @@ These are typically `.pyi` files, but other file types for type-checker specific
399399
formats are allowed. These files are build-time only dependencies and not included
400400
as part of a runnable program (packaging rules may include them, however).
401401
402-
:::{versionadded} VERSION_NEXT_FEATURE
402+
:::{versionadded} 1.1.0
403403
:::
404404
""",
405405
allow_files = True,

python/private/py_executable.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ may be silently ignored, or an error may occur, depending on the toolchain
151151
configuration.
152152
:::
153153
154-
:::{versionchanged} VERSION_NEXT_PATCH
154+
:::{versionchanged} 1.1.0
155155
156156
This attribute was changed from only accepting `PY2` and `PY3` values to
157157
accepting arbitrary Python versions.

python/private/py_runtime_info.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ the same conventions as the standard CPython interpreter.
147147
148148
The runtime's ABI flags, i.e. `sys.abiflags`.
149149
150-
:::{versionadded} 0.41.0
150+
:::{versionadded} 1.0.0
151151
:::
152152
""",
153153
"bootstrap_template": """
@@ -281,7 +281,7 @@ are (only) `"PY2"` and `"PY3"`.
281281
The template to use for the binary-specific site-init hook run by the
282282
interpreter at startup.
283283
284-
:::{versionadded} 0.41.0
284+
:::{versionadded} 1.0.0
285285
:::
286286
""",
287287
"stage2_bootstrap_template": """

0 commit comments

Comments
 (0)