Skip to content

Commit

Permalink
Quick fix - install issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Dec 25, 2013
1 parent 1b692b7 commit 0839187
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 0.9.1 (December 25, 2013)
============

* FIX: installation issues

Release 0.9.0 (December 20, 2013)
============

Expand Down
3 changes: 2 additions & 1 deletion doc/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

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

{% block header %}
Expand Down
2 changes: 1 addition & 1 deletion doc/_templates/sidebar_versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>{{ _('Versions') }}</h3>
<td align="left">Release</td><td align="right">Devel</td>
</tr>
<tr>
<td align="left">0.9.0</td><td align="right">1.0-dev</td>
<td align="left">0.9.1</td><td align="right">1.0-dev</td>
</tr>
<tr>
<td align="left"><a href="{{pathto('users/install')}}">Download</a></td>
Expand Down
4 changes: 2 additions & 2 deletions doc/users/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This page covers the necessary steps to install Nipype.
Download
--------

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

Development: [`zip <http://github.com/nipy/nipype/zipball/master>`__ `tar.gz
<http://github.com/nipy/nipype/tarball/master>`__]
Expand Down
2 changes: 1 addition & 1 deletion nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# version
_version_major = 0
_version_minor = 9
_version_micro = 0
_version_micro = 1
_version_extra = ''

def get_nipype_gitversion():
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def main(**extra_args):
author_email=INFO_VARS['AUTHOR_EMAIL'],
platforms=INFO_VARS['PLATFORMS'],
version=INFO_VARS['VERSION'],
install_requires=INFO_VARS['REQUIRES'],
requires=INFO_VARS['REQUIRES'],
configuration = configuration,
cmdclass = cmdclass,
Expand Down

0 comments on commit 0839187

Please sign in to comment.