Skip to content

Commit 0839187

Browse files
committed
Quick fix - install issues.
1 parent 1b692b7 commit 0839187

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 0.9.1 (December 25, 2013)
2+
============
3+
4+
* FIX: installation issues
5+
16
Release 0.9.0 (December 20, 2013)
27
============
38

doc/_templates/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
1212
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
1313

14-
ga('create', 'UA-339450-7', 'nipy.org');
14+
ga('create', 'UA-339450-7', 'nipy.org/nipype');
1515
ga('send', 'pageview');
16+
</script>
1617
{% endblock %}
1718

1819
{% block header %}

doc/_templates/sidebar_versions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h3>{{ _('Versions') }}</h3>
1717
<td align="left">Release</td><td align="right">Devel</td>
1818
</tr>
1919
<tr>
20-
<td align="left">0.9.0</td><td align="right">1.0-dev</td>
20+
<td align="left">0.9.1</td><td align="right">1.0-dev</td>
2121
</tr>
2222
<tr>
2323
<td align="left"><a href="{{pathto('users/install')}}">Download</a></td>

doc/users/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This page covers the necessary steps to install Nipype.
99
Download
1010
--------
1111

12-
Release 0.9.0: [`zip <https://github.com/nipy/nipype/archive/0.9.zip>`__ `tar.gz
13-
<https://github.com/nipy/nipype/archive/0.9.tar.gz>`__]
12+
Release 0.9.1: [`zip <https://github.com/nipy/nipype/archive/0.9.1.zip>`__ `tar.gz
13+
<https://github.com/nipy/nipype/archive/0.9.1.tar.gz>`__]
1414

1515
Development: [`zip <http://github.com/nipy/nipype/zipball/master>`__ `tar.gz
1616
<http://github.com/nipy/nipype/tarball/master>`__]

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# version
1010
_version_major = 0
1111
_version_minor = 9
12-
_version_micro = 0
12+
_version_micro = 1
1313
_version_extra = ''
1414

1515
def get_nipype_gitversion():

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def main(**extra_args):
9191
author_email=INFO_VARS['AUTHOR_EMAIL'],
9292
platforms=INFO_VARS['PLATFORMS'],
9393
version=INFO_VARS['VERSION'],
94-
install_requires=INFO_VARS['REQUIRES'],
9594
requires=INFO_VARS['REQUIRES'],
9695
configuration = configuration,
9796
cmdclass = cmdclass,

0 commit comments

Comments
 (0)