Skip to content

Commit

Permalink
Version 0.2.1 preparation (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Mar 13, 2022
1 parent 87f408d commit 4206828
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion doc/_static/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"version": "dev"
},
{
"name": "0.2 (stable)",
"name": "0.2.1 (stable)",
"version": "stable"
},
{
"name": "0.2"
}
]
11 changes: 10 additions & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ Major version changes indicate incompatible API changes.
Minor version changes indicate new functionality was added in a backwards compatible manner.
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.
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.


v0.2.1
------

General

* Maintenance release to align with MNE-Python 1.0 changes. By `Alex Rockhill`_.


v0.2.0
Expand Down Expand Up @@ -155,3 +163,4 @@ Enhancements
.. _Eric Larson: https://github.com/larsoner/
.. _Darin Erat Sleiter: https://github.com/dsleiter
.. _Christian Arthur: https://github.com/chrsthur
.. _Alex Rockhill: https://github.com/alexrockhill
2 changes: 1 addition & 1 deletion mne_nirs/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.dev0"
__version__ = "0.2.1"

0 comments on commit 4206828

Please sign in to comment.