Skip to content

Commit 27865a3

Browse files
committed
0.3.12 version bump. Update CHANGES
1 parent e2b93ec commit 27865a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.3.12 (May 05, 2018)
2+
=====================
3+
4+
With thanks to @danlurie for this new feature.
5+
6+
* [ENH] Constrained cost-function masking for T1-MNI registration (#233)
7+
18
0.3.8 (April 20, 2018)
29
======================
310

niworkflows/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
nipype_info = runpy.run_path(op.join(op.abspath(op.dirname(__file__)),
1616
'nipype', 'info.py'))
1717

18-
__version__ = '0.3.12-dev'
18+
__version__ = '0.3.12'
1919
__packagename__ = 'niworkflows'
2020
__author__ = 'The CRN developers'
2121
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(

0 commit comments

Comments
 (0)