Skip to content

Commit

Permalink
[DATALAD RUNCMD] Update versions to the next version (as in changelog)
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [
  "e7156ef5bea206e6ef5677737c0769f18761a2e4"
 ],
 "cmd": "make prep_release",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Apr 15, 2020
1 parent a15ab8a commit ae35208
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If `Docker <https://docs.docker.com/install/>`_ is available on your system, you
can visit `our page on Docker Hub <https://hub.docker.com/r/nipy/heudiconv/tags>`_
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
Expand All @@ -35,4 +35,4 @@ If `Singularity <https://www.sylabs.io/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
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion heudiconv/info.py
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit ae35208

Please sign in to comment.