From e596faec8bc96b9d3aec44d19ca3af6d4c564406 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 5 Jun 2023 12:27:26 -0400 Subject: [PATCH] FIX: Changelog --- doc/changes/1.4.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/changes/1.4.inc b/doc/changes/1.4.inc index a1c7f446211..e2e727266a4 100644 --- a/doc/changes/1.4.inc +++ b/doc/changes/1.4.inc @@ -1,6 +1,6 @@ -.. _changes_1_4_0: +.. _changes_1_4_1: -Version 1.4.1 (unreleased) +Version 1.4.1 (2023-06-05) -------------------------- Bugs @@ -8,6 +8,8 @@ Bugs - Fix hanging interpreter with matplotlib figures using ``mne/viz/_mpl_figure.py`` in spyder console and jupyter notebooks`(:gh:`11696` by `Mathieu Scheltienne`_) +.. _changes_1_4_0: + Version 1.4.0 (2023-05-10) --------------------------