Skip to content

Commit 010a620

Browse files
committed
RLS: bump version to 0.6.0
1 parent bac1fec commit 010a620

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE.rst

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

28-
**Release date:** Not yet released
28+
**Release date:** 11/25/2011
2929

3030
**API Changes**
3131

@@ -91,7 +91,7 @@ pandas 0.6.0
9191
- Show legend by default in `DataFrame.plot`, add `legend` boolean flag (GH
9292
#324)
9393
- Significantly improved performance of `Series.order`, which also makes
94-
np.unique called in a Series faster (GH #327)
94+
np.unique called on a Series faster (GH #327)
9595
- Faster cythonized count by level in Series and DataFrame (GH #341)
9696
- Raise exception if dateutil 2.0 installed on Python 2.x runtime (GH #346)
9797
- Significant GroupBy performance enhancement with multiple keys with many

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
MAJOR = 0
131131
MINOR = 6
132132
MICRO = 0
133-
ISRELEASED = False
133+
ISRELEASED = True
134134
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
135135
QUALIFIER = ''
136136

0 commit comments

Comments
 (0)