Skip to content

Commit 22ae789

Browse files
Backport PR #56980 on branch 2.2.x (WEB: Add version 2.2 to the dropdown) (#56983)
Backport PR #56980: WEB: Add version 2.2 to the dropdown Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
1 parent f538741 commit 22ae789

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

web/pandas/versions.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
"url": "https://pandas.pydata.org/docs/dev/"
66
},
77
{
8-
"name": "2.1 (stable)",
9-
"version": "2.1",
8+
"name": "2.2 (stable)",
9+
"version": "2.2",
1010
"url": "https://pandas.pydata.org/docs/",
1111
"preferred": true
1212
},
13+
{
14+
"name": "2.1",
15+
"version": "2.1",
16+
"url": "https://pandas.pydata.org/pandas-docs/version/2.1/",
17+
},
1318
{
1419
"name": "2.0",
1520
"version": "2.0",

0 commit comments

Comments
 (0)