File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ pandas 0.13
4242pandas 0.12
4343===========
4444
45- **Release date: ** soon-to-be-released
45+ **Release date: ** 2013-07-24
4646
4747**New features **
4848
Original file line number Diff line number Diff line change 11.. _whatsnew_0120:
22
3- v0.12.0 (July ?? , 2013)
3+ v0.12.0 (July 24 , 2013)
44------------------------
55
66This is a major release from 0.11.0 and includes several new features and
Original file line number Diff line number Diff line change @@ -189,9 +189,9 @@ def build_extensions(self):
189189MAJOR = 0
190190MINOR = 12
191191MICRO = 0
192- ISRELEASED = False
192+ ISRELEASED = True
193193VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
194- QUALIFIER = 'rc1 '
194+ QUALIFIER = ''
195195
196196FULLVERSION = VERSION
197197if not ISRELEASED :
You can’t perform that action at this time.
0 commit comments