Skip to content

Commit

Permalink
MAINT: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 13, 2020
1 parent e009185 commit cb8a99e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions doc/changes/0.20.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
- "Bug" for bug fixes
- "API" for backward-incompatible changes


.. _changes_0_20_7:

Version 0.20.7
--------------

Bug
~~~

- 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`_


.. _changes_0_20_6:

Version 0.20.6
Expand Down
2 changes: 1 addition & 1 deletion mne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Dev branch marker is: 'X.Y.devN' where N is an integer.
#

__version__ = '0.20.6'
__version__ = '0.20.7'

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

0 comments on commit cb8a99e

Please sign in to comment.