From 4e064bfb70acc303cf07f5a518dcf7316f27cddd Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Fri, 26 Jul 2024 10:48:32 +0200 Subject: [PATCH] [MNT] Release 0.7 (#194) * bump for release * update version.json --- doc/_static/versions.json | 9 +++++++-- doc/changes/{latest.rst => 0.7.rst} | 0 doc/changes/index.rst | 2 +- pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) rename doc/changes/{latest.rst => 0.7.rst} (100%) diff --git a/doc/_static/versions.json b/doc/_static/versions.json index 3bd05fdce..75ce66a94 100644 --- a/doc/_static/versions.json +++ b/doc/_static/versions.json @@ -1,14 +1,19 @@ [ { - "name": "0.7 (dev)", + "name": "0.8 (dev)", "version": "dev", "url": "https://mne.tools/mne-icalabel/dev" }, { - "name": "0.6 (stable)", + "name": "0.7 (stable)", "version": "stable", "url": "https://mne.tools/mne-icalabel/stable" }, + { + "name": "0.6", + "version": "0.6", + "url": "https://mne.tools/mne-icalabel/0.6" + }, { "name": "0.5.1", "version": "0.5.1", diff --git a/doc/changes/latest.rst b/doc/changes/0.7.rst similarity index 100% rename from doc/changes/latest.rst rename to doc/changes/0.7.rst diff --git a/doc/changes/index.rst b/doc/changes/index.rst index 5b77a9ce2..311d7d0ba 100644 --- a/doc/changes/index.rst +++ b/doc/changes/index.rst @@ -6,7 +6,7 @@ Changelog .. toctree:: :titlesonly: - latest.rst + 0.7.rst 0.6.rst 0.5.rst 0.4.rst diff --git a/pyproject.toml b/pyproject.toml index 557f60b52..6549e72c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ maintainers = [ name = 'mne-icalabel' readme = 'README.md' requires-python = '~=3.9' -version = "0.7.0.dev0" +version = "0.7.0" [project.optional-dependencies] all = [