Skip to content

Commit b5956fd

Browse files
committed
RLS: Version 0.9.0 final
1 parent a1cd25f commit b5956fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: RELEASE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Where to get it
2525
pandas 0.9.0
2626
============
2727

28-
**Release date:** NOT YET RELEASED
28+
**Release date:** 10/7/2012
2929

3030
**New features**
3131

Diff for: doc/source/v0.9.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_0900:
22

3-
v0.9.0 (October 2, 2012)
3+
v0.9.0 (October 7, 2012)
44
------------------------
55

66
This is a major release from 0.8.1 and includes several new features and

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
MICRO = 0
186186
ISRELEASED = True
187187
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
188-
QUALIFIER = 'rc2'
188+
QUALIFIER = ''
189189

190190
FULLVERSION = VERSION
191191
if not ISRELEASED:

0 commit comments

Comments
 (0)