Skip to content

Commit 9867f8a

Browse files
committed
RLS: Version 0.9.1 final
1 parent 2267a65 commit 9867f8a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

RELEASE.rst

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

28-
**Release date:** NOT YET RELEASED
28+
**Release date:** 2012-11-14
2929

3030
**New features**
3131

doc/source/v0.9.1.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whatsnew_0901:
22

3-
v0.9.1 (November 8, 2012)
4-
-------------------------
3+
v0.9.1 (November 14, 2012)
4+
--------------------------
55

66
This is a bugfix release from 0.9.0 and includes several new features and
77
enhancements along with a large number of bug fixes. The new features include

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
MICRO = 1
208208
ISRELEASED = True
209209
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
210-
QUALIFIER = 'rc1'
210+
QUALIFIER = ''
211211

212212
FULLVERSION = VERSION
213213
if not ISRELEASED:

0 commit comments

Comments
 (0)