Skip to content

Commit 5a67897

Browse files
committed
FIX: Ver [circle deploy]
1 parent eefee03 commit 5a67897

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

doc/changes/dev/13838.newfeature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/v1.12.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
.. _changes_1_12_1:
2+
3+
Version 1.12.1 (2026-04-20)
4+
===========================
5+
6+
New features
7+
------------
8+
9+
- Add ``annotation_colors`` parameter to :meth:`mne.io.Raw.plot` and :meth:`mne.Epochs.plot` to allow users to specify custom colors for annotations by passing a dict mapping annotation description strings to colors (for example, ``annotation_colors=dict(bad_segment="orange")``), by `Clemens Brunner`_. (`#13838 <https://github.com/mne-tools/mne-python/pull/13838>`__)
10+
11+
112
.. _changes_1_12_0:
213

314
Version 1.12.0 (2026-04-07)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ requires-python = ">= 3.10"
129129
# command in `.github/workflows/spec_zero.yaml` (astral-sh/uv/#16333), and also the
130130
# `python` version for the `kind: old` matrix entry in `.github/workflows/tests.yaml`
131131
scripts = {mne = "mne.commands.utils:main"}
132-
version = "1.12.0"
132+
version = "1.12.1"
133133

134134
[project.optional-dependencies]
135135
# Leave this one here for backward-compat

0 commit comments

Comments
 (0)