We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cd25f commit b5956fdCopy full SHA for b5956fd
RELEASE.rst
@@ -25,7 +25,7 @@ Where to get it
25
pandas 0.9.0
26
============
27
28
-**Release date:** NOT YET RELEASED
+**Release date:** 10/7/2012
29
30
**New features**
31
doc/source/v0.9.0.txt
@@ -1,6 +1,6 @@
1
.. _whatsnew_0900:
2
3
-v0.9.0 (October 2, 2012)
+v0.9.0 (October 7, 2012)
4
------------------------
5
6
This is a major release from 0.8.1 and includes several new features and
setup.py
@@ -185,7 +185,7 @@
185
MICRO = 0
186
ISRELEASED = True
187
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
188
-QUALIFIER = 'rc2'
+QUALIFIER = ''
189
190
FULLVERSION = VERSION
191
if not ISRELEASED:
0 commit comments