diff --git a/doc/changes/0.20.inc b/doc/changes/0.20.inc index 55e9a084240..35cbcda5f78 100644 --- a/doc/changes/0.20.inc +++ b/doc/changes/0.20.inc @@ -7,6 +7,17 @@ - "Bug" for bug fixes - "API" for backward-incompatible changes +.. _changes_0_20_3: + +Version 0.20.3 +-------------- + +Bug +~~~ + +- Fix more errors with tests for Fedora packaging by `Eric Larson`_ + + .. _changes_0_20_2: Version 0.20.2 diff --git a/mne/__init__.py b/mne/__init__.py index a348aa03786..35ba4fae488 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.2' +__version__ = '0.20.3' # have to import verbose first since it's needed by many things from .utils import (set_log_level, set_log_file, verbose, set_config,