diff --git a/CHANGES.rst b/CHANGES.rst index a4c7a2ac411..6bf6737901e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +Version 0.2.6 +------------- + +* [PIN] Pinning nipype to oesteban/nipype (including + https://github.com/nipy/nipype/pull/2368) + Version 0.2.5 ------------- diff --git a/niworkflows/info.py b/niworkflows/info.py index 1dd77705679..b7de4652f36 100644 --- a/niworkflows/info.py +++ b/niworkflows/info.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- # emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*- # vi: set ft=python sts=4 ts=4 sw=4 et: @@ -16,7 +15,7 @@ nipype_info = runpy.run_path(op.join(op.abspath(op.dirname(__file__)), 'nipype', 'info.py')) -__version__ = '0.2.6-dev' +__version__ = '0.2.6' __packagename__ = 'niworkflows' __author__ = 'The CRN developers' __copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(