Skip to content

Commit 5c809b6

Browse files
committed
FIX: Bump docs
1 parent 0f61bb6 commit 5c809b6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ workflows:
233233
branches:
234234
only:
235235
- main
236-
- maint/0.3
236+
- maint/0.4

Diff for: doc/_static/versions.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[
22
{
3-
"name": "0.4 (devel)",
3+
"name": "0.5 (devel)",
44
"version": "dev",
55
"url": "https://mne.tools/mne-nirs/dev/"
66
},
77
{
8-
"name": "0.3.0 (stable)",
8+
"name": "0.4 (stable)",
99
"version": "stable",
1010
"url": "https://mne.tools/mne-nirs/stable/"
1111
}
12+
{
13+
"name": "0.3",
14+
"version": "0.3",
15+
"url": "https://mne.tools/mne-nirs/0.3/"
16+
}
1217
]

0 commit comments

Comments
 (0)