Skip to content

Commit

Permalink
Backport PR pandas-dev#56980: WEB: Add version 2.2 to the dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored and meeseeksmachine committed Jan 20, 2024
1 parent f538741 commit dc3bbe5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions web/pandas/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
"url": "https://pandas.pydata.org/docs/dev/"
},
{
"name": "2.1 (stable)",
"version": "2.1",
"name": "2.2 (stable)",
"version": "2.2",
"url": "https://pandas.pydata.org/docs/",
"preferred": true
},
{
"name": "2.1",
"version": "2.1",
"url": "https://pandas.pydata.org/pandas-docs/version/2.1/",
},
{
"name": "2.0",
"version": "2.0",
Expand Down

0 comments on commit dc3bbe5

Please sign in to comment.