Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed May 10, 2017
1 parent fd1625f commit 87f6396
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions History.rst
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
This history lists major release themes. See the GitHub log
for change details.

5.7.2 / 2016-05-05
5.7.3 / 2017-05-09
------------------
Run mask in its own function.

5.7.2 / 2017-05-05
-------------------
Standardize subworkflow calls.

5.7.1 / 2016-05-03
5.7.1 / 2017-05-03
-------------------
Allow multiple DICOM and ROI input directories.

5.6.11 / 2016-04-28
5.6.11 / 2017-04-28
-------------------
Break up staging into smaller steps.

5.6.10 / 2016-04-20
5.6.10 / 2017-04-20
-------------------
Fix ROI workflow.

5.6.9 / 2016-04-19
5.6.9 / 2017-04-19
------------------
Default nipype log directory is ./log.

5.6.8 / 2016-04-19
5.6.8 / 2017-04-19
------------------
Log through a qipipe logger facade.

5.6.7 / 2016-04-19
5.6.7 / 2017-04-19
------------------
Remove FixDicom entry from config defaults.

5.6.6 / 2016-04-19
5.6.6 / 2017-04-19
------------------
Fix ROI staging.

Expand Down
2 changes: 1 addition & 1 deletion qipipe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""The top-level Quantitative Imaging Pipeline module."""


__version__ = '5.7.2'
__version__ = '5.7.3'
"""
The one-based major.minor.patch version based on the
`Fast and Loose Versioning <https://gist.github.com/FredLoney/6d946112e0b0f2fc4b57>`_
Expand Down

0 comments on commit 87f6396

Please sign in to comment.