Skip to content

Commit 2fc2df2

Browse files
authored
Pre release tasks (#482)
1 parent 1406a5c commit 2fc2df2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: doc/_static/versions.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[
22
{
3-
"name": "0.3 (devel)",
3+
"name": "0.4 (devel)",
44
"version": "dev",
55
"url": "https://mne.tools/mne-nirs/dev/"
66
},
77
{
8-
"name": "0.2.1 (stable)",
8+
"name": "0.3.0",
99
"version": "stable",
1010
"url": "https://mne.tools/mne-nirs/stable/"
11+
},
12+
{
13+
"name": "0.2.1",
14+
"url": "https://mne.tools/mne-nirs/0.2/"
1115
}
1216
]

Diff for: doc/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Patch version changes indicate backward compatible bug fixes.
1515
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.
1616

1717

18+
v0.3.0
19+
------
20+
21+
* Add support for Gowerlabs device and added tutorial. By `Robert Luke`_ and `Samuel Powell`_.
22+
* Remove requirement on lets-plot library. By `Robert Luke`_.
23+
24+
1825
v0.2.1
1926
------
2027

@@ -164,3 +171,4 @@ Enhancements
164171
.. _Darin Erat Sleiter: https://github.com/dsleiter
165172
.. _Christian Arthur: https://github.com/chrsthur
166173
.. _Alex Rockhill: https://github.com/alexrockhill
174+
.. _Samuel Powell: https://github.com/samuelpowell

Diff for: mne_nirs/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0 dev"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)