Skip to content

Commit 4206828

Browse files
authored
Version 0.2.1 preparation (#462)
1 parent 87f408d commit 4206828

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: doc/_static/versions.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"version": "dev"
55
},
66
{
7-
"name": "0.2 (stable)",
7+
"name": "0.2.1 (stable)",
88
"version": "stable"
9+
},
10+
{
11+
"name": "0.2"
912
}
1013
]

Diff for: doc/changelog.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@ Major version changes indicate incompatible API changes.
1212
Minor version changes indicate new functionality was added in a backwards compatible manner.
1313
Patch version changes indicate backward compatible bug fixes.
1414

15-
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.
15+
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.
16+
17+
18+
v0.2.1
19+
------
20+
21+
General
22+
23+
* Maintenance release to align with MNE-Python 1.0 changes. By `Alex Rockhill`_.
1624

1725

1826
v0.2.0
@@ -155,3 +163,4 @@ Enhancements
155163
.. _Eric Larson: https://github.com/larsoner/
156164
.. _Darin Erat Sleiter: https://github.com/dsleiter
157165
.. _Christian Arthur: https://github.com/chrsthur
166+
.. _Alex Rockhill: https://github.com/alexrockhill

Diff for: mne_nirs/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.dev0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)