Skip to content

Commit

Permalink
[skip ci] Version 0.5.0, Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Oct 26, 2018
1 parent 1658e4c commit 3772e73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.0 (October 26, 2018)
========================

* [RF] Updates for templateflow (#257)

0.4.4 (October 15, 2018)
========================

Expand Down
6 changes: 1 addition & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
include niworkflows/data/*.json
include niworkflows/viz/*.tpl

# nipype report requirements
include niworkflows/nipype/pipeline/engine/report_template.html
include niworkflows/nipype/external/d3.js

#Misc
# misc
include requirements.txt
include CHANGES.rst
include LICENSE
6 changes: 3 additions & 3 deletions 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.4'
__version__ = '0.5.0'
__packagename__ = 'niworkflows'
__author__ = 'The CRN developers'
__copyright__ = 'Copyright {}, Center for Reproducible Neuroscience, Stanford University'.format(
Expand All @@ -20,7 +20,7 @@
'Russell A. Poldrack']
__license__ = '3-clause BSD'
__maintainer__ = 'Oscar Esteban'
__email__ = 'crn.poldracklab@gmail.com'
__email__ = 'code@oscaresteban.es'

This comment has been minimized.

Copy link
@oesteban

oesteban Oct 26, 2018

Author Member

Changed because we are not attending that email

__status__ = 'Prototype'

__description__ = """\
Expand Down Expand Up @@ -74,4 +74,4 @@
}

# Enable a handle to install all extra dependencies at once
EXTRA_REQUIRES['all'] = [val for _, val in list(EXTRA_REQUIRES.items())]
EXTRA_REQUIRES['all'] = list(EXTRA_REQUIRES.values())

0 comments on commit 3772e73

Please sign in to comment.