Skip to content

Commit 15af67a

Browse files
committed
RLS: set released to True
1 parent 54b91a6 commit 15af67a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Where to get it
2525
pandas 0.7.3
2626
============
2727

28-
**Release date:** NOT YET RELEAED
28+
**Release date:** April 12, 2012
2929

3030
**New features / modules**
3131

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
MAJOR = 0
168168
MINOR = 7
169169
MICRO = 3
170-
ISRELEASED = False
170+
ISRELEASED = True
171171
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
172172
QUALIFIER = ''
173173

0 commit comments

Comments
 (0)