Skip to content

Commit

Permalink
rel: v0.12 (#1112)
Browse files Browse the repository at this point in the history
* rel: v0.12

* still need mne-nirs main
  • Loading branch information
sappelhoff authored Dec 18, 2022
1 parent 66c3ece commit 099194b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@

html_context = {
'versions_dropdown': {
'dev': 'v0.12 (devel)',
'stable': 'v0.11 (stable)',
'dev': 'v0.13 (devel)',
'stable': 'v0.12 (stable)',
'v0.11': 'v0.11',
'v0.10': 'v0.10',
'v0.9': 'v0.9',
'v0.8': 'v0.8',
Expand Down
7 changes: 4 additions & 3 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ What's new?
Version 0.12 (unreleased)
-------------------------

...
This release includes a number of bug fixes as well as several smaller enhancements.
Please note some updated requirements, as listed in the details below.

📝 Notable changes
~~~~~~~~~~~~~~~~~~

- ...
- Nothing out of the ordinary, see below.

👩🏽‍💻 Authors
~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -49,7 +50,7 @@ Detailed list of changes
🧐 API and behavior changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- ...
- nothing new!

🛠 Requirements
^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion mne_bids/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MNE software for easily interacting with BIDS compatible datasets."""

__version__ = '0.12.dev0'
__version__ = '0.12'
from mne_bids import commands
from mne_bids.report import make_report
from mne_bids.path import (BIDSPath, get_datatypes, get_entity_vals,
Expand Down

0 comments on commit 099194b

Please sign in to comment.