Skip to content

Commit

Permalink
Pre release tasks (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke committed Nov 5, 2021
1 parent a09f507 commit 40828fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
10 changes: 8 additions & 2 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ Patch version changes indicate backward compatible bug fixes.
To install a specific version of the library you would run ``pip install mne-nirs==0.0.6``, where ``0.0.6`` is the version you wish to install.


v0.1.2-development
------------------
v0.1.2
------

General

* MNE-NIRS now uses the MNE-Python stable version v0.24 and no longer requires the development version.


Enhancements

Expand All @@ -29,6 +34,7 @@ Enhancements
* Add :meth:`mne_nirs.preprocessing.quantify_mayer_fooof`. By `Robert Luke`_.
* Add :func:`mne_nirs.io.fold_landmark_specificity`. By `Robert Luke`_.
* Add :func:`mne_nirs.io.fold_channel_specificity`. By `Robert Luke`_.
* Added fetchers for two more publicly available datasets. By `Robert Luke`_.


v0.1.1
Expand Down
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@
html_context = {
'build_dev_html': bool(int(os.environ.get('BUILD_DEV_HTML', False))),
'versions_dropdown': {
'v0.1.1': 'v0.1.1 (stable)',
'v0.1.2': 'v0.1.2 (stable)',
'v0.1.1': 'v0.1.1',
'v0.1.0': 'v0.1.0',
'v0.0.6': 'v0.0.6',
'v0.0.5': 'v0.0.5',
Expand Down
2 changes: 1 addition & 1 deletion mne_nirs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2-dev"
__version__ = "0.1.2"

0 comments on commit 40828fb

Please sign in to comment.