Skip to content

Commit 62424fa

Browse files
authored
Second attempt to fix version warning banner (#1010)
1 parent 73f818d commit 62424fa

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

docs/_static/switcher.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
[
22
{
33
"name": "dev",
4-
"version": "3.1.0",
4+
"version": "3.1.0.dev0",
55
"url": "https://pydicom.github.io/pynetdicom/dev/"
66
},
77
{
8-
"name": "3.0.0 (stable)",
9-
"version": "v3.0.0",
8+
"name": "3.0 (stable)",
9+
"version": "3.0.0",
1010
"url": "https://pydicom.github.io/pynetdicom/stable/",
1111
"preferred": true
1212
},
1313
{
14-
"name": "2.1.1",
15-
"version": "v2.1.1",
14+
"name": "2.1",
15+
"version": "2.1.1",
1616
"url": "https://pydicom.github.io/pynetdicom/2.1/"
1717
},
1818
{
19-
"name": "2.0.3",
20-
"version": "v2.0.3",
19+
"name": "2.0",
20+
"version": "2.0.3",
2121
"url": "https://pydicom.github.io/pynetdicom/2.0/"
2222
},
2323
{
24-
"name": "1.5.7",
25-
"version": "v1.5.7",
24+
"name": "1.5",
25+
"version": "1.5.7",
2626
"url": "https://pydicom.github.io/pynetdicom/1.5/"
2727
},
2828
{
29-
"name": "1.4.1",
30-
"version": "v1.4.1",
29+
"name": "1.4",
30+
"version": "1.4.1",
3131
"url": "https://pydicom.github.io/pynetdicom/1.4/"
3232
},
3333
{
34-
"name": "1.3.1",
35-
"version": "v1.3.1",
34+
"name": "1.3",
35+
"version": "1.3.1",
3636
"url": "https://pydicom.github.io/pynetdicom/1.3/"
3737
},
3838
{
39-
"name": "1.2.0",
40-
"version": "v1.2.0",
39+
"name": "1.2",
40+
"version": "1.2.0",
4141
"url": "https://pydicom.github.io/pynetdicom/1.2/"
4242
},
4343
{
44-
"name": "1.1.0",
45-
"version": "v1.1.0",
44+
"name": "1.1",
45+
"version": "1.1.0",
4646
"url": "https://pydicom.github.io/pynetdicom/1.1/"
4747
},
4848
{
49-
"name": "1.0.0",
50-
"version": "v1.0.0",
49+
"name": "1.0",
50+
"version": "1.0.0",
5151
"url": "https://pydicom.github.io/pynetdicom/1.0/"
5252
}
5353
]

0 commit comments

Comments
 (0)