Skip to content

Commit 5849cc7

Browse files
authored
WEB: Add version 2.2 to the dropdown (#56980)
* WEB: Add version 2.2 to the dropdown * Update versions.json
1 parent 696d78c commit 5849cc7

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)