Skip to content

Commit

Permalink
0.2.6 Pre-release update CHANGES and version [docs only]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jan 12, 2018
1 parent a3b2428 commit 0059c4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-------------

Expand Down
3 changes: 1 addition & 2 deletions niworkflows/info.py
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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(
Expand Down

0 comments on commit 0059c4f

Please sign in to comment.