Skip to content

Commit

Permalink
Pre release tasks (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Sep 13, 2022
1 parent 1406a5c commit 2fc2df2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 6 additions & 2 deletions doc/_static/versions.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[
{
"name": "0.3 (devel)",
"name": "0.4 (devel)",
"version": "dev",
"url": "https://mne.tools/mne-nirs/dev/"
},
{
"name": "0.2.1 (stable)",
"name": "0.3.0",
"version": "stable",
"url": "https://mne.tools/mne-nirs/stable/"
},
{
"name": "0.2.1",
"url": "https://mne.tools/mne-nirs/0.2/"
}
]
8 changes: 8 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +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.2.1``, where ``0.2.1`` is the version you wish to install.


v0.3.0
------

* Add support for Gowerlabs device and added tutorial. By `Robert Luke`_ and `Samuel Powell`_.
* Remove requirement on lets-plot library. By `Robert Luke`_.


v0.2.1
------

Expand Down Expand Up @@ -164,3 +171,4 @@ Enhancements
.. _Darin Erat Sleiter: https://github.com/dsleiter
.. _Christian Arthur: https://github.com/chrsthur
.. _Alex Rockhill: https://github.com/alexrockhill
.. _Samuel Powell: https://github.com/samuelpowell
2 changes: 1 addition & 1 deletion mne_nirs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.0 dev"
__version__ = "0.3.0"

0 comments on commit 2fc2df2

Please sign in to comment.