From 96c1a5834b35062106351497b54c16016bd64093 Mon Sep 17 00:00:00 2001
From: pgleeson
Date: Thu, 21 Dec 2023 12:36:57 +0000
Subject: [PATCH 1/3] Getting ready for Jan..
---
source/_config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/_config.yml b/source/_config.yml
index e0dfdfa..f57789d 100644
--- a/source/_config.yml
+++ b/source/_config.yml
@@ -3,7 +3,7 @@
title: "Open Source Brain Documentation" # Leave empty: logo says NeuroML
author: "the Open Source Brain project contributors"
-copyright: "2023" # Copyright year to be placed in the footer
+copyright: "2024" # Copyright year to be placed in the footer
logo: images/DARK/OSB logo new dark notext.png
# List bibtex source file
From d4b5d6b141de4203c5d573baae3b80edccb23c38 Mon Sep 17 00:00:00 2001
From: pgleeson
Date: Wed, 3 Jan 2024 10:27:34 +0000
Subject: [PATCH 2/3] Tweak osbv2 text
---
source/OSBv2/Overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/OSBv2/Overview.md b/source/OSBv2/Overview.md
index cba69f4..0174bf5 100644
--- a/source/OSBv2/Overview.md
+++ b/source/OSBv2/Overview.md
@@ -1,7 +1,7 @@
(osbv2)=
# Open Source Brain v2
-```{admonition} OSBv2 is under active development
+```{admonition} OSBv2 is live!
The latest release of OSBv2 is available at **https://v2.opensourcebrain.org**. Please do {ref}`get in touch ` if you have any queries or would like to help with user testing.
```
From 4d9b5c9efc2b2f6c6a66230f8b85e81e909097f3 Mon Sep 17 00:00:00 2001
From: pgleeson
Date: Wed, 3 Jan 2024 10:32:35 +0000
Subject: [PATCH 3/3] Update gha versions
---
.github/workflows/prs.yaml | 4 ++--
.github/workflows/publish.yml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/prs.yaml b/.github/workflows/prs.yaml
index 3fbd258..13b3da4 100644
--- a/.github/workflows/prs.yaml
+++ b/.github/workflows/prs.yaml
@@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python 3.9
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install dependencies
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 24aa40e..03edd59 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Python 3.9
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install dependencies