Skip to content

Commit 8f79f7c

Browse files
committed
RLS: Version 0.5.0
1 parent 2ce209a commit 8f79f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.rst

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

28-
**Release date:** not yet released
28+
**Release date:** 10/24/2011
2929

3030
This release of pandas includes a number of API changes (see below) and cleanup
3131
of deprecated APIs from pre-0.4.0 releases. There are also bug fixes, new

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 = 5
132132
MICRO = 0
133-
ISRELEASED = False
133+
ISRELEASED = True
134134
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
135135

136136
FULLVERSION = VERSION

0 commit comments

Comments
 (0)