We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b91a6 commit 15af67aCopy full SHA for 15af67a
RELEASE.rst
@@ -25,7 +25,7 @@ Where to get it
25
pandas 0.7.3
26
============
27
28
-**Release date:** NOT YET RELEAED
+**Release date:** April 12, 2012
29
30
**New features / modules**
31
setup.py
@@ -167,7 +167,7 @@
167
MAJOR = 0
168
MINOR = 7
169
MICRO = 3
170
-ISRELEASED = False
+ISRELEASED = True
171
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
172
QUALIFIER = ''
173
0 commit comments