Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea199a6

Browse files
committed
Update release number to 0.12.1.
1 parent b00c9f4 commit ea199a6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

IPython/core/release.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
_version_major = 0
2323
_version_minor = 12
2424
_version_micro = 1 # use '' for first of series, number for 1 and above
25-
_version_extra = 'rc2'
26-
#_version_extra = 'rc1'
27-
#_version_extra = '' # Uncomment this for full releases
25+
#_version_extra = 'rc2'
26+
_version_extra = '' # Uncomment this for full releases
2827

2928
# Construct full version string from these.
3029
_ver = [_version_major, _version_minor]

0 commit comments

Comments
 (0)