Skip to content

Commit

Permalink
MAINT: Tick version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Apr 29, 2020
1 parent 1fddbd2 commit 06fbe7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/changes/0.20.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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,
Expand Down

0 comments on commit 06fbe7c

Please sign in to comment.