Skip to content

Commit 462b115

Browse files
committed
FIX: Installer links etc [ci skip]
1 parent 77d0960 commit 462b115

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ repos:
7878
language: python
7979
entry: ./tools/hooks/sync_dependencies.py
8080
files: '^(pyproject.toml|tools/hooks/sync_dependencies.py)$'
81-
additional_dependencies: ["mne==1.11.0"]
81+
additional_dependencies: ["mne==1.12.0"]
8282

8383
# zizmor
8484
- repo: https://github.com/woodruffw/zizmor-pre-commit

doc/changes/dev.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. See doc/development/contributing.rst for description of how to add entries.
2+
3+
.. _current:
4+
5+
.. towncrier-draft-entries:: Version |release| (development)

doc/development/whats_new.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Changes for each version of MNE-Python are listed below.
88
.. toctree::
99
:maxdepth: 1
1010

11+
../changes/dev.rst
1112
../changes/v1.12.rst
1213
../changes/v1.11.rst
1314
../changes/v1.10.rst

doc/install/installers.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Platform-specific installers
1717
:class-content: text-center
1818
:name: install-linux
1919

20-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.11.0/MNE-Python-1.11.0_0-Linux.sh
20+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.0/MNE-Python-1.12.0_0-Linux.sh
2121
:ref-type: ref
2222
:color: primary
2323
:shadow:
@@ -31,14 +31,14 @@ Platform-specific installers
3131

3232
.. code-block:: console
3333
34-
$ sh ./MNE-Python-1.11.0_0-Linux.sh
34+
$ sh ./MNE-Python-1.12.0_0-Linux.sh
3535
3636
3737
.. tab-item:: macOS (Intel)
3838
:class-content: text-center
3939
:name: install-macos-intel
4040

41-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.11.0/MNE-Python-1.11.0_0-macOS_Intel.pkg
41+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.0/MNE-Python-1.12.0_0-macOS_Intel.pkg
4242
:ref-type: ref
4343
:color: primary
4444
:shadow:
@@ -54,7 +54,7 @@ Platform-specific installers
5454
:class-content: text-center
5555
:name: install-macos-apple
5656

57-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.11.0/MNE-Python-1.11.0_0-macOS_M1.pkg
57+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.0/MNE-Python-1.12.0_0-macOS_M1.pkg
5858
:ref-type: ref
5959
:color: primary
6060
:shadow:
@@ -70,7 +70,7 @@ Platform-specific installers
7070
:class-content: text-center
7171
:name: install-windows
7272

73-
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.11.0/MNE-Python-1.11.0_0-Windows.exe
73+
.. button-link:: https://github.com/mne-tools/mne-installers/releases/download/v1.12.0/MNE-Python-1.12.0_0-Windows.exe
7474
:ref-type: ref
7575
:color: primary
7676
:shadow:
@@ -156,7 +156,7 @@ To remove the MNE-Python distribution provided by our installers above:
156156
.. code-block:: bash
157157
158158
$ which python
159-
/home/username/mne-python/1.11.0_0/bin/python
159+
/home/username/mne-python/1.12.0_0/bin/python
160160
$ rm -Rf /home/$USER/mne-python
161161
$ rm /home/$USER/.local/share/applications/mne-python-*.desktop
162162
@@ -170,7 +170,7 @@ To remove the MNE-Python distribution provided by our installers above:
170170
.. code-block:: bash
171171
172172
$ which python
173-
/Users/username/Applications/MNE-Python/1.11.0_0/.mne-python/bin/python
173+
/Users/username/Applications/MNE-Python/1.12.0_0/.mne-python/bin/python
174174
$ rm -Rf /Users/$USER/Applications/MNE-Python # if user-specific
175175
$ rm -Rf /Applications/MNE-Python # if system-wide
176176

0 commit comments

Comments
 (0)