Skip to content

Commit 26b0ae2

Browse files
committed
Fix version
1 parent 31c386d commit 26b0ae2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/private/python.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ Arbitrary platform strings allowed.
13381338
doc = """\
13391339
The environment variable for the python version. Overrides `python_version` if set.
13401340
1341-
:::{{versionadded}} 1.6.0
1341+
:::{{versionadded}} 1.6.4
13421342
:::
13431343
""",
13441344
),
@@ -1351,7 +1351,7 @@ The environment variable for the python version. Overrides `python_version` if s
13511351
doc = """\
13521352
The environment variable for the sha256. Overrides `sha256` if set.
13531353
1354-
:::{{versionadded}} 1.6.0
1354+
:::{{versionadded}} 1.6.4
13551355
:::
13561356
""",
13571357
),
@@ -1365,7 +1365,7 @@ The environment variable for the sha256. Overrides `sha256` if set.
13651365
doc = """\
13661366
The environment variable for the strip_prefix. Overrides `strip_prefix` if set.
13671367
1368-
:::{{versionadded}} 1.6.0
1368+
:::{{versionadded}} 1.6.4
13691369
:::
13701370
""",
13711371
),
@@ -1408,7 +1408,7 @@ Docs for [Registering custom runtimes]
14081408
doc = """\
14091409
The environment variable for a comma-separated list of URLs. Overrides `urls` if set.
14101410
1411-
:::{{versionadded}} 1.6.0
1411+
:::{{versionadded}} 1.6.4
14121412
:::
14131413
""",
14141414
),

0 commit comments

Comments
 (0)