Skip to content

Commit 597e8c5

Browse files
committed
Back to dev
1 parent 99796c1 commit 597e8c5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Next release
2+
============
3+
4+
15
Release 0.7.0 (Dec 18, 2012)
26
============================
37

doc/users/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This page covers the necessary steps to install Nipype.
99
Download
1010
--------
1111

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
1313
<http://github.com/nipy/nipype/tarball/0.6.0>`_]
1414

1515
Development: [`zip <http://github.com/nipy/nipype/zipball/master>`_ `tar

nipype/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# full release. '.dev' as a _version_extra string means this is a development
99
# version
1010
_version_major = 0
11-
_version_minor = 7
11+
_version_minor = 8
1212
_version_micro = 0
13-
_version_extra = ''
13+
_version_extra = '.pre'
1414

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

0 commit comments

Comments
 (0)