Skip to content

Commit

Permalink
MAINT: Bump version (#451)
Browse files Browse the repository at this point in the history
* MAINT: Bump version

* FIX: Name
  • Loading branch information
larsoner authored Mar 1, 2022
1 parent c10c109 commit 19bceff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Patch version changes indicate backward compatible bug fixes.
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.


v0.1.3 development
------------------
v0.2.0
------

General

* MNE-NIRS now requires the latest MNE-Python development version (main branch).
* MNE-NIRS now requires the latest MNE-Python 1.0 or later.


Enhancements
Expand Down
5 changes: 3 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

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

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -144,7 +144,8 @@
html_context = {
'build_dev_html': bool(int(os.environ.get('BUILD_DEV_HTML', False))),
'versions_dropdown': {
'v0.1.2': 'v0.1.2 (stable)',
'v0.2.0': 'v0.2.0 (stable)',
'v0.1.2': 'v0.1.2',
'v0.1.1': 'v0.1.1',
'v0.1.0': 'v0.1.0',
'v0.0.6': 'v0.0.6',
Expand Down
2 changes: 1 addition & 1 deletion mne_nirs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.3 dev"
__version__ = "0.2.0"

0 comments on commit 19bceff

Please sign in to comment.