Skip to content

Commit

Permalink
REL: 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 5, 2018
1 parent 80776ff commit 59ee5c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.4.2 (July 5, 2018)
====================

* [ENH] Add fs-32k template (#243)
* [FIX] Avoid mmap when overwriting input in copyxform (#247)
* [PIN] nipype 1.1.0 (#248)

0.4.1 (June 7, 2018)
====================

Expand Down
2 changes: 1 addition & 1 deletion niworkflows/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from __future__ import absolute_import, division, print_function
import datetime

__version__ = '0.4.0'
__version__ = '0.4.2'
__packagename__ = 'niworkflows'
__author__ = 'The CRN developers'
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(
Expand Down

0 comments on commit 59ee5c1

Please sign in to comment.