From cb8a99e9ce97afc30170602caf1249a2f024fbe2 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Sat, 13 Jun 2020 08:08:01 -0400 Subject: [PATCH] MAINT: Version bump --- doc/changes/0.20.inc | 12 ++++++++++++ mne/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/changes/0.20.inc b/doc/changes/0.20.inc index 271c8d4cf63..5a1d2371404 100644 --- a/doc/changes/0.20.inc +++ b/doc/changes/0.20.inc @@ -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 diff --git a/mne/__init__.py b/mne/__init__.py index c9f464349f0..e16559b6792 100644 --- a/mne/__init__.py +++ b/mne/__init__.py @@ -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,