Skip to content

Commit 77a9783

Browse files
authored
Second test fix for version switcher (#1031)
1 parent 2c3a472 commit 77a9783

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/_static/switcher.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
11
[
22
{
33
"name": "dev",
4-
"version": "3.1.0.dev0",
4+
"version": "3.1.*.dev0",
55
"url": "https://pydicom.github.io/pynetdicom/dev/"
66
},
77
{
88
"name": "3.0 (stable)",
9-
"version": "3.0",
9+
"version": "3.0.*",
1010
"url": "https://pydicom.github.io/pynetdicom/stable/",
1111
"preferred": true
1212
},
1313
{
1414
"name": "2.1",
15-
"version": "2.1",
15+
"version": "2.1.*",
1616
"url": "https://pydicom.github.io/pynetdicom/2.1/"
1717
},
1818
{
1919
"name": "2.0",
20-
"version": "2.0",
20+
"version": "2.0.*",
2121
"url": "https://pydicom.github.io/pynetdicom/2.0/"
2222
},
2323
{
2424
"name": "1.5",
25-
"version": "1.5",
25+
"version": "1.5.*",
2626
"url": "https://pydicom.github.io/pynetdicom/1.5/"
2727
},
2828
{
2929
"name": "1.4",
30-
"version": "1.4",
30+
"version": "1.4.*",
3131
"url": "https://pydicom.github.io/pynetdicom/1.4/"
3232
},
3333
{
3434
"name": "1.3",
35-
"version": "1.3",
35+
"version": "1.3.*",
3636
"url": "https://pydicom.github.io/pynetdicom/1.3/"
3737
},
3838
{
3939
"name": "1.2",
40-
"version": "1.2",
40+
"version": "1.2.*",
4141
"url": "https://pydicom.github.io/pynetdicom/1.2/"
4242
},
4343
{
4444
"name": "1.1",
45-
"version": "1.1",
45+
"version": "1.1.*",
4646
"url": "https://pydicom.github.io/pynetdicom/1.1/"
4747
},
4848
{
4949
"name": "1.0",
50-
"version": "1.0",
50+
"version": "1.0.*",
5151
"url": "https://pydicom.github.io/pynetdicom/1.0/"
5252
}
5353
]

0 commit comments

Comments
 (0)