Skip to content

Commit a281843

Browse files
committed
Merge pull request #781 from chrisfilo/fix/back_to_dev
Switch back to dev
2 parents 6deb181 + ef152a0 commit a281843

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 0.9.2 (January 8, 2014)
2-
============
1+
Future Release
2+
==============
33

44
* FIX: DataFinder was broken due to a typo
55
* FIX: Order of DataFinder outputs was not guaranteed, it's human sorted now

nipype/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
_version_major = 0
1111
_version_minor = 9
1212
_version_micro = 1
13-
_version_extra = ''
13+
_version_extra = '.dev'
1414

1515
def get_nipype_gitversion():
1616
"""Nipype version as reported by the last commit in git

0 commit comments

Comments
 (0)