diff --git a/doc/_static/versions.json b/doc/_static/versions.json index 61fc025b4..7225cce35 100644 --- a/doc/_static/versions.json +++ b/doc/_static/versions.json @@ -1,17 +1,22 @@ [ { - "name": "0.14 (devel)", + "name": "0.15 (devel)", "version": "dev", "url": "https://mne.tools/mne-bids/dev/" }, { - "name": "0.13 (stable)", - "version": "dev", + "name": "0.14 (stable)", + "version": "stable", + "url": "https://mne.tools/mne-bids/v0.14/" + }, + { + "name": "0.13", + "version": "0.13", "url": "https://mne.tools/mne-bids/v0.13/" }, { "name": "0.12", - "version": "stable", + "version": "0.12", "url": "https://mne.tools/mne-bids/v0.12/" }, { diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 176976dfc..4dd3febe0 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -9,18 +9,17 @@ What's new? .. _changes_0_14: -Version 0.14 (unreleased) +Version 0.14 (2023-11-16) ------------------------- 👩🏽‍💻 Authors ~~~~~~~~~~~~~~~ -The following authors contributed for the first time. Thank you so much! 🤩 - -* nobody yet - -The following authors had contributed before. Thank you for sticking around! 🤘 +The following authors contributed: +* `Eric Larson`_ +* `Laetitia Fesselier`_ +* `Mathieu Scheltienne`_ * `Richard Höchenberger`_ * `Stefan Appelhoff`_ @@ -32,16 +31,6 @@ Detailed list of changes - Enable exporting to the EEGLAB data format (``.set``), by `Laetitia Fesselier`_ and `Stefan Appelhoff`_ (:gh:`1187`) -🧐 API and behavior changes -^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -- nothing yet - -🛠 Requirements -^^^^^^^^^^^^^^^ - -- ``eeglabio`` is now a required package if you want to export to the EEGLAB data format. - 🪲 Bug fixes ^^^^^^^^^^^^ diff --git a/mne_bids/__init__.py b/mne_bids/__init__.py index 2215e6c62..5dfb1db15 100644 --- a/mne_bids/__init__.py +++ b/mne_bids/__init__.py @@ -1,6 +1,6 @@ """MNE software for easily interacting with BIDS compatible datasets.""" -__version__ = "0.14.dev0" +__version__ = "0.14" from mne_bids import commands from mne_bids.report import make_report from mne_bids.path import (