Skip to content

Commit 06fbe7c

Browse files
committed
MAINT: Tick version
1 parent 1fddbd2 commit 06fbe7c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

doc/changes/0.20.inc

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

10+
.. _changes_0_20_3:
11+
12+
Version 0.20.3
13+
--------------
14+
15+
Bug
16+
~~~
17+
18+
- Fix more errors with tests for Fedora packaging by `Eric Larson`_
19+
20+
1021
.. _changes_0_20_2:
1122

1223
Version 0.20.2

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.2'
19+
__version__ = '0.20.3'
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)