Skip to content

Commit

Permalink
REL: update version number to 1.2.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Jun 27, 2012
1 parent 6cdf822 commit 1867874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nibabel/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
_version_major = 1
_version_minor = 2
_version_micro = 2
_version_extra = 'dev'
#_version_extra = ''
#_version_extra = 'dev'
_version_extra = ''

# Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
__version__ = "%s.%s.%s%s" % (_version_major,
Expand Down

0 comments on commit 1867874

Please sign in to comment.