Skip to content

Commit

Permalink
Update version switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jun 10, 2024
1 parent f6182de commit 5816e58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions py-polars/docs/source/_static/version_switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
{
"name": "dev",
"version": "dev",
"url": "https://docs.pola.rs/docs/python/dev/"
"url": "https://docs.pola.rs/api/python/dev/"
},
{
"name": "0.20 (stable)",
"version": "0.20",
"url": "https://docs.pola.rs/py-polars/html/",
"url": "https://docs.pola.rs/api/python/stable/",
"preferred": true
},
{
"name": "0.19",
"version": "0.19",
"url": "https://docs.pola.rs/docs/python/version/0.19/"
"url": "https://docs.pola.rs/api/python/version/0.19/"
},
{
"name": "0.18",
"version": "0.18",
"url": "https://docs.pola.rs/docs/python/version/0.18/"
"url": "https://docs.pola.rs/api/python/version/0.18/"
}
]

0 comments on commit 5816e58

Please sign in to comment.