We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24b923 commit f9eea30Copy full SHA for f9eea30
RELEASE.rst
@@ -26,7 +26,7 @@ Where to get it
26
pandas 0.11.0
27
=============
28
29
-**Release date:** 2013-??-??
+**Release date:** 2013-04-22
30
31
**New features**
32
doc/source/v0.11.0.txt
@@ -1,6 +1,6 @@
1
.. _whatsnew_0110:
2
3
-v0.11.0 (April ??, 2013)
+v0.11.0 (April 22, 2013)
4
------------------------
5
6
This is a major release from 0.10.1 and includes many new features and
setup.py
@@ -188,7 +188,7 @@ def build_extensions(self):
188
MICRO = 0
189
ISRELEASED = True
190
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
191
-QUALIFIER = 'rc1'
+QUALIFIER = ''
192
193
FULLVERSION = VERSION
194
if not ISRELEASED:
0 commit comments