We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f538741 commit dc3bbe5Copy full SHA for dc3bbe5
web/pandas/versions.json
@@ -5,11 +5,16 @@
5
"url": "https://pandas.pydata.org/docs/dev/"
6
},
7
{
8
- "name": "2.1 (stable)",
9
- "version": "2.1",
+ "name": "2.2 (stable)",
+ "version": "2.2",
10
"url": "https://pandas.pydata.org/docs/",
11
"preferred": true
12
13
+ {
14
+ "name": "2.1",
15
+ "version": "2.1",
16
+ "url": "https://pandas.pydata.org/pandas-docs/version/2.1/",
17
+ },
18
19
"name": "2.0",
20
"version": "2.0",
0 commit comments