We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0266012 commit 3bf6539Copy full SHA for 3bf6539
CHANGES
@@ -1,3 +1,7 @@
1
+Next release
2
+============
3
+
4
5
Release 0.8.0 (May 8, 2013)
6
===========================
7
nipype/info.py
@@ -8,9 +8,9 @@
8
# full release. '.dev' as a _version_extra string means this is a development
9
# version
10
_version_major = 0
11
-_version_minor = 8
+_version_minor = 9
12
_version_micro = 0
13
-_version_extra = ''#.pre'
+_version_extra = '.pre'
14
15
def get_nipype_gitversion():
16
"""Nipype version as reported by the last commit in git
0 commit comments