From ff5dd47a45daa65884ccd8351cc6ba92218b9248 Mon Sep 17 00:00:00 2001 From: Alexandre Gramfort Date: Tue, 1 May 2018 15:20:30 +0200 Subject: [PATCH] update version numbers --- .circleci/config.yml | 4 ++-- mne/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a58add103be..33a8f9fa51c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: fi; if [ "$CIRCLE_BRANCH" == "master" ] || [[ $(cat gitlog.txt) == *"[circle full]"* ]]; then echo html_dev > build.txt; - elif [ "$CIRCLE_BRANCH" == "maint/0.15" ]; then + elif [ "$CIRCLE_BRANCH" == "maint/0.16" ]; then echo html_stable > build.txt; else FNAMES=$(git diff --name-only $CIRCLE_BRANCH $(git merge-base $CIRCLE_BRANCH upstream/master)); @@ -195,7 +195,7 @@ jobs: pushd ~/mne-tools.github.io && git checkout master && git pull origin master && popd; pushd doc/_build && rm -Rf ~/mne-tools.github.io/dev && cp -a html ~/mne-tools.github.io/dev && popd; pushd ~/mne-tools.github.io && git add -A && git commit -m "CircleCI update of dev docs (${CIRCLE_BUILD_NUM})." && git push origin master && popd; - elif [ "${CIRCLE_BRANCH}" == "maint/0.15" ]; then + elif [ "${CIRCLE_BRANCH}" == "maint/0.16" ]; then echo "Deploying stable docs."; git config --global user.email "circle@mne.com"; git config --global user.name "Circle Ci"; diff --git a/mne/__init__.py b/mne/__init__.py index bb3a5eebb55..e4bc7025c0e 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.16.dev0' +__version__ = '0.16.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,