Skip to content

Commit f9eea30

Browse files
committed
RLS: Version 0.11
1 parent f24b923 commit f9eea30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Where to get it
2626
pandas 0.11.0
2727
=============
2828

29-
**Release date:** 2013-??-??
29+
**Release date:** 2013-04-22
3030

3131
**New features**
3232

doc/source/v0.11.0.txt

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

3-
v0.11.0 (April ??, 2013)
3+
v0.11.0 (April 22, 2013)
44
------------------------
55

66
This is a major release from 0.10.1 and includes many new features and

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def build_extensions(self):
188188
MICRO = 0
189189
ISRELEASED = True
190190
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
191-
QUALIFIER = 'rc1'
191+
QUALIFIER = ''
192192

193193
FULLVERSION = VERSION
194194
if not ISRELEASED:

0 commit comments

Comments
 (0)