Skip to content

Commit c521e7a

Browse files
authored
MAINT: Bump version (#495)
1 parent ba5f510 commit c521e7a

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ workflows:
233233
branches:
234234
only:
235235
- main
236-
- maint/0.4
236+
- maint/0.5

Diff for: doc/_static/versions.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
[
22
{
3-
"name": "0.5 (devel)",
3+
"name": "0.6 (devel)",
44
"version": "dev",
55
"url": "https://mne.tools/mne-nirs/dev/"
66
},
77
{
8-
"name": "0.4 (stable)",
8+
"name": "0.5 (stable)",
99
"version": "stable",
1010
"url": "https://mne.tools/mne-nirs/stable/"
1111
},
12+
{
13+
"name": "0.4",
14+
"version": "0.4",
15+
"url": "https://mne.tools/mne-nirs/stable/"
16+
},
1217
{
1318
"name": "0.3",
1419
"version": "0.3",

Diff for: doc/changelog.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Patch version changes indicate backward compatible bug fixes.
1414

1515
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.
1616

17-
v0.5.dev0
18-
---------
17+
v0.5.0
18+
------
1919

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

2222

2323
v0.4.0

Diff for: mne_nirs/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.dev0"
1+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)