diff --git a/doc/whats_new.rst b/doc/whats_new.rst index d7c16539adf..8a5ba70b5ea 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -7,8 +7,10 @@ What's new Note, we are now using links to highlight new functions and classes. Please be sure to follow the examples below like :func:`mne.stats.f_mway_rm`, so the whats_new page will have a link to the function/class documentation. -Current -------- +.. _changes_0_12: + +Version 0.12 +------------ Changelog ~~~~~~~~~ @@ -171,6 +173,46 @@ API - The ``events`` parameter of :func:`mne.epochs.EpochsArray` is set by default to chronological time-samples and event values to 1, by `Jean-Remi King`_ +Authors +~~~~~~~ + +The committer list for this release is the following (preceded by number of commits): + + * 348 Eric Larson + * 347 Jaakko Leppakangas + * 157 Alexandre Gramfort + * 139 Jona Sassenhagen + * 67 Jean-Remi King + * 32 Chris Holdgraf + * 31 Denis A. Engemann + * 30 Mainak Jas + * 16 Christopher J. Bailey + * 13 Marijn van Vliet + * 10 Mark Wronkiewicz + * 9 Teon Brooks + * 9 kaichogami + * 8 Clément Moutard + * 5 Camilo Lamus + * 5 mmagnuski + * 4 Christian Brodbeck + * 4 Daniel McCloy + * 4 Yousra Bekhti + * 3 Fede Raimondo + * 1 Jussi Nurminen + * 1 MartinBaBer + * 1 Mikolaj Magnuski + * 1 Natalie Klein + * 1 Niklas Wilming + * 1 Richard Höchenberger + * 1 Sagun Pai + * 1 Sourav Singh + * 1 Tom Dupré la Tour + * 1 jona-sassenhagen@ + * 1 kambysese + * 1 pbnsilva + * 1 sviter + * 1 zuxfoucault + .. _changes_0_11: Version 0.11 diff --git a/mne/__init__.py b/mne/__init__.py index 80f0f1b3bf0..aba4d28d074 100644 --- a/mne/__init__.py +++ b/mne/__init__.py @@ -17,7 +17,7 @@ # Dev branch marker is: 'X.Y.devN' where N is an integer. # -__version__ = '0.12.dev0' +__version__ = '0.12.0' # have to import verbose first since it's needed by many things from .utils import (set_log_level, set_log_file, verbose, set_config,