Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update release number to 0.12.1.
  • Loading branch information
fperez committed Apr 22, 2012
1 parent b00c9f4 commit ea199a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions IPython/core/release.py
Expand Up @@ -22,9 +22,8 @@
_version_major = 0
_version_minor = 12
_version_micro = 1 # use '' for first of series, number for 1 and above
_version_extra = 'rc2'
#_version_extra = 'rc1'
#_version_extra = '' # Uncomment this for full releases
#_version_extra = 'rc2'
_version_extra = '' # Uncomment this for full releases

# Construct full version string from these.
_ver = [_version_major, _version_minor]
Expand Down

0 comments on commit ea199a6

Please sign in to comment.