From ae35208795159497e1b3cf0f5a3f3f32964a24c0 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 15 Apr 2020 16:12:17 -0400 Subject: [PATCH] [DATALAD RUNCMD] Update versions to the next version (as in changelog) === Do not change lines below === { "chain": [ "e7156ef5bea206e6ef5677737c0769f18761a2e4" ], "cmd": "make prep_release", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ --- docs/conf.py | 2 +- docs/installation.rst | 4 ++-- docs/usage.rst | 4 ++-- heudiconv/info.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9fec18e1..9cb5fe1f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.7.0' +release = '0.8.0' # -- General configuration --------------------------------------------------- diff --git a/docs/installation.rst b/docs/installation.rst index 39de33ac..86668d38 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -26,7 +26,7 @@ If `Docker `_ is available on your system, you can visit `our page on Docker Hub `_ to view available releases. To pull the latest release, run:: - $ docker pull nipy/heudiconv:0.7.0 + $ docker pull nipy/heudiconv:0.8.0 Singularity @@ -35,4 +35,4 @@ If `Singularity `_ is available on your syst you can use it to pull and convert our Docker images! For example, to pull and build the latest release, you can run:: - $ singularity pull docker://nipy/heudiconv:0.7.0 + $ singularity pull docker://nipy/heudiconv:0.8.0 diff --git a/docs/usage.rst b/docs/usage.rst index fa6978db..21b5699a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -82,7 +82,7 @@ The second script processes a DICOM directory with ``heudiconv`` using the built DCMDIR=${DCMDIRS[${SLURM_ARRAY_TASK_ID}]} echo Submitted directory: ${DCMDIR} - IMG="/singularity-images/heudiconv-0.7.0-dev.sif" + IMG="/singularity-images/heudiconv-0.8.0-dev.sif" CMD="singularity run -B ${DCMDIR}:/dicoms:ro -B ${OUTDIR}:/output -e ${IMG} --files /dicoms/ -o /output -f reproin -c dcm2niix -b notop --minmeta -l ." printf "Command:\n${CMD}\n" @@ -97,7 +97,7 @@ This script creates the top-level bids files (e.g., set -eu OUTDIR=${1} - IMG="/singularity-images/heudiconv-0.7.0-dev.sif" + IMG="/singularity-images/heudiconv-0.8.0-dev.sif" CMD="singularity run -B ${OUTDIR}:/output -e ${IMG} --files /output -f reproin --command populate-templates" printf "Command:\n${CMD}\n" diff --git a/heudiconv/info.py b/heudiconv/info.py index ccf36817..49063654 100644 --- a/heudiconv/info.py +++ b/heudiconv/info.py @@ -1,4 +1,4 @@ -__version__ = "0.7.0" +__version__ = "0.8.0" __author__ = "HeuDiConv team and contributors" __url__ = "https://github.com/nipy/heudiconv" __packagename__ = 'heudiconv'