Skip to content

Commit

Permalink
[Release] bump version 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Massich authored and larsoner committed May 21, 2019
1 parent 1de27df commit ca3bb63
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ What's new
.. currentmodule:: mne

.. _changes_0_18_1:

Version 0.18.1
--------------

API
~~~

- Deprecate ``mne.realtime`` module to make a standalone module :mod:`mne_realtime` that will lives outside of the MNE-Python package by `Teon Brooks`_

.. _changes_0_18:

Version 0.18
Expand Down Expand Up @@ -281,8 +291,6 @@ API

- The peak finder that was formerly accessible via ``from mne.preprocessing.peak_finder import peak_finder`` should now be imported directly from the enclosing namespace as ``from mne.preprocessing import peak_finder`` by `Eric Larson`_

- Deprecate ``mne.realtime`` module to make a standalone module `mne-realtime` that will live outside of this package by `Teon Brooks`_

.. _changes_0_17:

Version 0.17
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.18.0'
__version__ = '0.18.1'

# 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 ca3bb63

Please sign in to comment.