Skip to content

Commit 5e4579a

Browse files
authored
docs(python): Update version switcher for 1.0.0 final release (#16848)
1 parent 120ec7f commit 5e4579a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

py-polars/docs/source/_static/version_switcher.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"url": "https://docs.pola.rs/api/python/dev/"
66
},
77
{
8-
"name": "1",
8+
"name": "1 (stable)",
99
"version": "1",
10-
"url": "https://docs.pola.rs/api/python/version/1/"
10+
"url": "https://docs.pola.rs/api/python/stable/",
11+
"preferred": true
1112
},
1213
{
13-
"name": "0.20 (stable)",
14+
"name": "0.20",
1415
"version": "0.20",
15-
"url": "https://docs.pola.rs/api/python/stable/",
16-
"preferred": true
16+
"url": "https://docs.pola.rs/api/python/version/0.20/"
1717
},
1818
{
1919
"name": "0.19",

0 commit comments

Comments
 (0)