Skip to content

Commit

Permalink
RLS: set released to True, edit release dates
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Jul 24, 2013
1 parent d7c6eb1 commit 8c0a34f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pandas 0.13
pandas 0.12
===========

**Release date:** soon-to-be-released
**Release date:** 2013-07-24

**New features**

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

v0.12.0 (July ??, 2013)
v0.12.0 (July 24, 2013)
------------------------

This is a major release from 0.11.0 and includes several new features and
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@ def build_extensions(self):
MAJOR = 0
MINOR = 12
MICRO = 0
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = 'rc1'
QUALIFIER = ''

FULLVERSION = VERSION
if not ISRELEASED:
Expand Down

0 comments on commit 8c0a34f

Please sign in to comment.