chore: update version strings in docs. (#2546)
* Change "VERSION_NEXT" markers to upcoming 1.1.0 release
* Change incorrect 0.41.0 mention to 1.0.0
diff --git a/python/config_settings/transition.bzl b/python/config_settings/transition.bzl
index 14e2a73..c241f20 100644
--- a/python/config_settings/transition.bzl
+++ b/python/config_settings/transition.bzl
@@ -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.
:::
diff --git a/python/private/attributes.bzl b/python/private/attributes.bzl
index dfe0d4e..e167482 100644
--- a/python/private/attributes.bzl
+++ b/python/private/attributes.bzl
@@ -383,7 +383,7 @@
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 = [
@@ -399,7 +399,7 @@
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,
diff --git a/python/private/py_executable.bzl b/python/private/py_executable.bzl
index 3b063aa..da7127e 100644
--- a/python/private/py_executable.bzl
+++ b/python/private/py_executable.bzl
@@ -151,7 +151,7 @@
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.
diff --git a/python/private/py_runtime_info.bzl b/python/private/py_runtime_info.bzl
index 34be0db..19857c9 100644
--- a/python/private/py_runtime_info.bzl
+++ b/python/private/py_runtime_info.bzl
@@ -147,7 +147,7 @@
The runtime's ABI flags, i.e. `sys.abiflags`.
-:::{versionadded} 0.41.0
+:::{versionadded} 1.0.0
:::
""",
"bootstrap_template": """
@@ -281,7 +281,7 @@
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": """