Skip to content

Commit 49472e0

Browse files
authored
Prepare for v0.1.1 release (#373)
1 parent 453b6b9 commit 49472e0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Diff for: doc/changelog.rst

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

17-
v0.1.1 - dev
18-
------------
17+
v0.1.1
18+
------
1919

2020
API changes
2121

Diff for: doc/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142
html_context = {
143143
'build_dev_html': bool(int(os.environ.get('BUILD_DEV_HTML', False))),
144144
'versions_dropdown': {
145-
'v0.1.0': 'v0.1.0 (stable)',
145+
'v0.1.1': 'v0.1.1 (stable)',
146+
'v0.1.0': 'v0.1.0',
146147
'v0.0.6': 'v0.0.6',
147148
'v0.0.5': 'v0.0.5',
148149
'v0.0.4': 'v0.0.4',

Diff for: doc/release.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
1. Change version number and doc dropdown options. E.g. [46104c8](https://github.com/mne-tools/mne-nirs/pull/295/commits/46104c8cc5f971b1cce772626869dd96993b2bb7)
44
1. Change the version number from `0.0.X dev` to `0.0.X` in [mne-nirs/mne_nirs/_version.py](https://github.com/mne-tools/mne-nirs/blob/master/mne_nirs/_version.py#L1)
5-
1. Add new version to [mne-nirs/doc/conf.py](https://github.com/mne-tools/mne-nirs/blob/714dc6f75ebc561e7974ba7d3256fe0ae8d35174/doc/conf.py#L131) by changing `html_context, versions_dropdown`.
5+
2. Add new version to [mne-nirs/doc/conf.py](https://github.com/mne-tools/mne-nirs/blob/714dc6f75ebc561e7974ba7d3256fe0ae8d35174/doc/conf.py#L131) by changing `html_context, versions_dropdown`.
66
Remove the stable tag from previous version and add this version as `'v0.0.X': 'v0.0.X (stable)',`
7+
3. Modify the changelog.md and rename the `-dev` from most recent changes
78
1. Push change and wait for PR checks to go green.
89
1. Merge PR and wait for checks to go green.
910
1. Clone main branch locally. `git clone [email protected]:mne-tools/mne-nirs.git`

Diff for: mne_nirs/_version.py

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

0 commit comments

Comments
 (0)