Skip to content

Commit

Permalink
MAINT: Bump version (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Dec 23, 2022
1 parent ba5f510 commit c521e7a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ workflows:
branches:
only:
- main
- maint/0.4
- maint/0.5
9 changes: 7 additions & 2 deletions doc/_static/versions.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
[
{
"name": "0.5 (devel)",
"name": "0.6 (devel)",
"version": "dev",
"url": "https://mne.tools/mne-nirs/dev/"
},
{
"name": "0.4 (stable)",
"name": "0.5 (stable)",
"version": "stable",
"url": "https://mne.tools/mne-nirs/stable/"
},
{
"name": "0.4",
"version": "0.4",
"url": "https://mne.tools/mne-nirs/stable/"
},
{
"name": "0.3",
"version": "0.3",
Expand Down
6 changes: 3 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Patch version changes indicate backward compatible bug fixes.

To install a specific version of the library you would run ``pip install mne-nirs==0.3.0``, where ``0.3.0`` is the version you wish to install.

v0.5.dev0
---------
v0.5.0
------

* Nothing yet
* Compatibility release for MNE 1.2+. By `Eric Larson`_.


v0.4.0
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.5.dev0"
__version__ = "0.5.0"

0 comments on commit c521e7a

Please sign in to comment.