File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ Patch version changes indicate backward compatible bug fixes.
15
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.
16
16
17
17
18
- v0.1.3 development
19
- ------------------
18
+ v0.2.0
19
+ ------
20
20
21
21
General
22
22
23
- * MNE-NIRS now requires the latest MNE-Python development version (main branch) .
23
+ * MNE-NIRS now requires the latest MNE-Python 1.0 or later .
24
24
25
25
26
26
Enhancements
Original file line number Diff line number Diff line change 82
82
83
83
# General information about the project.
84
84
project = u'MNE-NIRS'
85
- copyright = u'2020, Robert Luke '
85
+ copyright = u'2022, MNE-NIRS Developers '
86
86
87
87
# The version info for the project you're documenting, acts as replacement for
88
88
# |version| and |release|, also used in various other places throughout the
144
144
html_context = {
145
145
'build_dev_html' : bool (int (os .environ .get ('BUILD_DEV_HTML' , False ))),
146
146
'versions_dropdown' : {
147
- 'v0.1.2' : 'v0.1.2 (stable)' ,
147
+ 'v0.2.0' : 'v0.2.0 (stable)' ,
148
+ 'v0.1.2' : 'v0.1.2' ,
148
149
'v0.1.1' : 'v0.1.1' ,
149
150
'v0.1.0' : 'v0.1.0' ,
150
151
'v0.0.6' : 'v0.0.6' ,
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.3 dev "
1
+ __version__ = "0.2.0 "
You can’t perform that action at this time.
0 commit comments