Skip to content

Commit

Permalink
RLS: Version 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Apr 23, 2013
1 parent f24b923 commit f9eea30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Where to get it
pandas 0.11.0
=============

**Release date:** 2013-??-??
**Release date:** 2013-04-22

**New features**

Expand Down
2 changes: 1 addition & 1 deletion doc/source/v0.11.0.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _whatsnew_0110:

v0.11.0 (April ??, 2013)
v0.11.0 (April 22, 2013)
------------------------

This is a major release from 0.10.1 and includes many new features and
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def build_extensions(self):
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = 'rc1'
QUALIFIER = ''

FULLVERSION = VERSION
if not ISRELEASED:
Expand Down

0 comments on commit f9eea30

Please sign in to comment.