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.
2 parents 6deb181 + ef152a0 commit a281843Copy full SHA for a281843
CHANGES
@@ -1,5 +1,5 @@
1
-Release 0.9.2 (January 8, 2014)
2
-============
+Future Release
+==============
3
4
* FIX: DataFinder was broken due to a typo
5
* FIX: Order of DataFinder outputs was not guaranteed, it's human sorted now
nipype/info.py
@@ -10,7 +10,7 @@
10
_version_major = 0
11
_version_minor = 9
12
_version_micro = 1
13
-_version_extra = ''
+_version_extra = '.dev'
14
15
def get_nipype_gitversion():
16
"""Nipype version as reported by the last commit in git
0 commit comments