We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce209a commit 8f79f7cCopy full SHA for 8f79f7c
RELEASE.rst
@@ -25,7 +25,7 @@ Where to get it
25
pandas 0.5.0
26
============
27
28
-**Release date:** not yet released
+**Release date:** 10/24/2011
29
30
This release of pandas includes a number of API changes (see below) and cleanup
31
of deprecated APIs from pre-0.4.0 releases. There are also bug fixes, new
setup.py
@@ -130,7 +130,7 @@
130
MAJOR = 0
131
MINOR = 5
132
MICRO = 0
133
-ISRELEASED = False
+ISRELEASED = True
134
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
135
136
FULLVERSION = VERSION
0 commit comments