Skip to content

fix: updated versions for next development cycle #1216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Next Release
============

Release 0.11.0 (September 15, 2015)
============

Expand Down
4 changes: 2 additions & 2 deletions nipype/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
# full release. '.dev' as a _version_extra string means this is a development
# version
_version_major = 0
_version_minor = 11
_version_minor = 12
_version_micro = 0
_version_extra = '' # switch to -dev for non release
_version_extra = '-dev' # Remove -dev for release

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