File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ Next release
2
+ ============
3
+
4
+
1
5
Release 0.7.0 (Dec 18, 2012)
2
6
============================
3
7
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This page covers the necessary steps to install Nipype.
9
9
Download
10
10
--------
11
11
12
- Release 0.6 .0: [`zip <http://github.com/nipy/nipype/zipball/0.6 .0 >`_ `tar
12
+ Release 0.7 .0: [`zip <http://github.com/nipy/nipype/zipball/0.7 .0 >`_ `tar
13
13
<http://github.com/nipy/nipype/tarball/0.6.0> `_]
14
14
15
15
Development: [`zip <http://github.com/nipy/nipype/zipball/master >`_ `tar
Original file line number Diff line number Diff line change 8
8
# full release. '.dev' as a _version_extra string means this is a development
9
9
# version
10
10
_version_major = 0
11
- _version_minor = 7
11
+ _version_minor = 8
12
12
_version_micro = 0
13
- _version_extra = ''
13
+ _version_extra = '.pre '
14
14
15
15
def get_nipype_gitversion ():
16
16
"""Nipype version as reported by the last commit in git
You can’t perform that action at this time.
0 commit comments