We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe44e95 commit b579d32Copy full SHA for b579d32
doc/changes/0.23.inc
@@ -12,6 +12,13 @@
12
like this (where xxxx is the pull request number):
13
- description of enhancement/bugfix/API change (:gh:`xxxx` **by new contributor** |Firstname Lastname|_)
14
15
+.. _changes_0_23_4:
16
+
17
+Version 0.23.4
18
+--------------
19
20
+- Fix test tolerances for ARM (:gh:`9705` by `Eric Larson`_)
21
22
.. _changes_0_23_3:
23
24
Version 0.23.3
mne/_version.py
@@ -3,4 +3,4 @@
3
#
4
# License: BSD (3-clause)
5
6
-__version__ = '0.23.3'
+__version__ = '0.23.4'
0 commit comments