diff --git a/.circleci/config.yml b/.circleci/config.yml index 5e93be99fc0..3cd2fb5392a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -305,7 +305,7 @@ jobs: name: Deploy docs command: | set -e; - if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "maint/0.21" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "maint/0.22" ]; then git config --global user.email "circle@mne.com"; git config --global user.name "Circle CI"; cd ~/mne-tools.github.io; @@ -384,7 +384,7 @@ workflows: branches: only: - master - - maint/0.21 + - maint/0.22 # interactive_test weekly: diff --git a/SECURITY.md b/SECURITY.md index 4390f1a9c13..292e7e8e357 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,9 +10,9 @@ without a proper 6-month deprecation cycle. | Version | Supported | | ------- | ------------------------ | -| 0.22.x | :heavy_check_mark: (dev) | -| 0.21.x | :heavy_check_mark: | -| < 0.21 | :x: | +| 0.23.x | :heavy_check_mark: (dev) | +| 0.22.x | :heavy_check_mark: | +| < 0.22 | :x: | ## Reporting a Vulnerability diff --git a/doc/_templates/navbar.html b/doc/_templates/navbar.html index 841891a9400..7c871f1c264 100644 --- a/doc/_templates/navbar.html +++ b/doc/_templates/navbar.html @@ -18,7 +18,8 @@