Skip to content

Commit 5f5df2a

Browse files
committed
RLS: 0.8.0 release candidate 1
1 parent 836ecab commit 5f5df2a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

RELEASE.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Where to get it
2525
pandas 0.8.0
2626
============
2727

28-
**Release date:** NOT YET RELEASED
28+
**Release date:** 6/22/2012
2929

3030
**New features**
3131

@@ -203,6 +203,7 @@ pandas 0.8.0
203203
- Fix unicode serialization issue in HDFStore (#1361)
204204
- Pass keywords to pyplot.boxplot in DataFrame.boxplot (#1493)
205205
- Bug fixes in MonthBegin (#1483)
206+
- Preserve MultiIndex names in drop (#1513)
206207

207208
pandas 0.7.3
208209
============

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@
174174
MAJOR = 0
175175
MINOR = 8
176176
MICRO = 0
177-
ISRELEASED = False
177+
ISRELEASED = True
178178
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
179-
QUALIFIER = 'b2'
179+
QUALIFIER = 'rc1'
180180

181181
FULLVERSION = VERSION
182182
if not ISRELEASED:

0 commit comments

Comments
 (0)