Skip to content

Commit

Permalink
REL: 0.14 (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Nov 16, 2023
1 parent 7708a3f commit 84df199
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
13 changes: 9 additions & 4 deletions 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/"
},
{
Expand Down
21 changes: 5 additions & 16 deletions doc/whats_new.rst
Expand Up @@ -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`_

Expand All @@ -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
^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion 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 (
Expand Down

0 comments on commit 84df199

Please sign in to comment.