File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Where to get it
25
25
pandas 0.9.1
26
26
============
27
27
28
- **Release date: ** NOT YET RELEASED
28
+ **Release date: ** 2012-11-14
29
29
30
30
**New features **
31
31
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0901:
2
2
3
- v0.9.1 (November 8 , 2012)
4
- -------------------------
3
+ v0.9.1 (November 14 , 2012)
4
+ --------------------------
5
5
6
6
This is a bugfix release from 0.9.0 and includes several new features and
7
7
enhancements along with a large number of bug fixes. The new features include
Original file line number Diff line number Diff line change 207
207
MICRO = 1
208
208
ISRELEASED = True
209
209
VERSION = '%d.%d.%d' % (MAJOR , MINOR , MICRO )
210
- QUALIFIER = 'rc1 '
210
+ QUALIFIER = ''
211
211
212
212
FULLVERSION = VERSION
213
213
if not ISRELEASED :
You can’t perform that action at this time.
0 commit comments