Skip to content

Commit 413d92d

Browse files
authored
WEB: Add 2.1 to the switcher (#54874)
1 parent d822963 commit 413d92d

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,10 +5,15 @@
55
"url": "https://pandas.pydata.org/docs/dev/"
66
},
77
{
8-
"name": "2.0 (stable)",
9-
"version": "2.0",
8+
"name": "2.1 (stable)",
9+
"version": "2.1",
1010
"url": "https://pandas.pydata.org/docs/"
1111
},
12+
{
13+
"name": "2.0",
14+
"version": "2.0",
15+
"url": "https://pandas.pydata.org/pandas-docs/version/2.0"
16+
},
1217
{
1318
"name": "1.5",
1419
"version": "1.5",

0 commit comments

Comments
 (0)