Skip to content

Commit cb8a99e

Browse files
committed
MAINT: Version bump
1 parent e009185 commit cb8a99e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

doc/changes/0.20.inc

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
- "Bug" for bug fixes
88
- "API" for backward-incompatible changes
99

10+
11+
.. _changes_0_20_7:
12+
13+
Version 0.20.7
14+
--------------
15+
16+
Bug
17+
~~~
18+
19+
- Fix bug with :meth:`mne.Epochs.save` where the file splitting calculations did not account for the sizes of non-data writes by `Eric Larson`_
20+
21+
1022
.. _changes_0_20_6:
1123

1224
Version 0.20.6

mne/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Dev branch marker is: 'X.Y.devN' where N is an integer.
1717
#
1818

19-
__version__ = '0.20.6'
19+
__version__ = '0.20.7'
2020

2121
# have to import verbose first since it's needed by many things
2222
from .utils import (set_log_level, set_log_file, verbose, set_config,

0 commit comments

Comments
 (0)