diff --git a/CHANGES.rst b/CHANGES.rst index f588f4f2829..da81ee7d397 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +0.3.5 (February 28, 2018) +========================= + +With thanks to @mgxd for the new atlas. + +* [PIN] Nipype-1.0.2 +* [ENH] Add OASIS joint-fusion label atlas (#228) + 0.3.4 (February 22, 2018) ========================= diff --git a/niworkflows/info.py b/niworkflows/info.py index 6fbcd51d285..489205e9d45 100644 --- a/niworkflows/info.py +++ b/niworkflows/info.py @@ -15,7 +15,7 @@ nipype_info = runpy.run_path(op.join(op.abspath(op.dirname(__file__)), 'nipype', 'info.py')) -__version__ = '0.3.5-dev' +__version__ = '0.3.5' __packagename__ = 'niworkflows' __author__ = 'The CRN developers' __copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(