We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb7659 commit 8aba865Copy full SHA for 8aba865
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_3:
16
+
17
+Version 0.23.3
18
+--------------
19
20
+- Fix GitHub release diff (by `Eric Larson`_)
21
22
.. _changes_0_23_2:
23
24
Version 0.23.2
mne/_version.py
@@ -3,4 +3,4 @@
3
#
4
# License: BSD (3-clause)
5
6
-__version__ = '0.23.2'
+__version__ = '0.23.3'
0 commit comments