Skip to content

Commit 34a1cbb

Browse files
authored
Merge pull request #1069 from NeurodataWithoutBorders/prepare_1.1.0
2 parents 19b19ba + 6e2bb33 commit 34a1cbb

35 files changed

Lines changed: 22 additions & 12 deletions

.github/workflows/add_to_nwb_dashboard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
- name: Add to Developer Board
2121
env:
2222
TOKEN: ${{ steps.generate_token.outputs.token }}
23-
uses: actions/add-to-project@v1
23+
uses: actions/add-to-project@v1.0.2
2424
with:
2525
project-url: https://github.com/orgs/NeurodataWithoutBorders/projects/7
2626
github-token: ${{ env.TOKEN }}
2727

2828
- name: Add to Community Board
2929
env:
3030
TOKEN: ${{ steps.generate_token.outputs.token }}
31-
uses: actions/add-to-project@v1
31+
uses: actions/add-to-project@v1.0.2
3232
with:
3333
project-url: https://github.com/orgs/NeurodataWithoutBorders/projects/8
3434
github-token: ${{ env.TOKEN }}

docs/_static/switcher.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44
"url": "https://nwb-guide.readthedocs.io/en/latest/",
55
"preferred": false
66
},
7+
{
8+
"name": "1.1.0",
9+
"version": "v1.1.0",
10+
"url": "https://nwb-guide.readthedocs.io/en/v1.1.0/",
11+
"preferred": true
12+
},
713
{
814
"name": "1.0.8",
915
"version": "v1.0.8",
1016
"url": "https://nwb-guide.readthedocs.io/en/v1.0.8/",
11-
"preferred": true
17+
"preferred": false
1218
},
1319
{
1420
"name": "1.0.7",
-30 Bytes
Loading
-3.53 KB
Loading
-1.63 KB
Loading
71.4 KB
Loading
-14 Bytes
Loading
-1.25 KB
Loading
4.18 KB
Loading
-162 Bytes
Loading

0 commit comments

Comments
 (0)