Skip to content

Commit 19bceff

Browse files
authored
MAINT: Bump version (#451)
* MAINT: Bump version * FIX: Name
1 parent c10c109 commit 19bceff

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: doc/changelog.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ 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.0.6``, where ``0.0.6`` is the version you wish to install.
1616

1717

18-
v0.1.3 development
19-
------------------
18+
v0.2.0
19+
------
2020

2121
General
2222

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.
2424

2525

2626
Enhancements

Diff for: doc/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
# General information about the project.
8484
project = u'MNE-NIRS'
85-
copyright = u'2020, Robert Luke'
85+
copyright = u'2022, MNE-NIRS Developers'
8686

8787
# The version info for the project you're documenting, acts as replacement for
8888
# |version| and |release|, also used in various other places throughout the
@@ -144,7 +144,8 @@
144144
html_context = {
145145
'build_dev_html': bool(int(os.environ.get('BUILD_DEV_HTML', False))),
146146
'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',
148149
'v0.1.1': 'v0.1.1',
149150
'v0.1.0': 'v0.1.0',
150151
'v0.0.6': 'v0.0.6',

Diff for: mne_nirs/_version.py

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

0 commit comments

Comments
 (0)