Skip to content

Commit 776d80c

Browse files
committed
RLS: Version 0.7.1
1 parent bbc041f commit 776d80c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
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.1
2626
============
2727

28-
**Release date:** NOT YET RELEASED
28+
**Release date:** February 29, 2012
2929

3030
**New features / modules**
3131

doc/source/api.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,18 @@ General functions
1212

1313
Data manipulations
1414
~~~~~~~~~~~~~~~~~~
15-
.. currentmodule:: pandas
15+
.. currentmodule:: pandas.tools.pivot
1616

1717
.. autosummary::
1818
:toctree: generated/
1919

2020
pivot_table
21+
22+
.. currentmodule:: pandas.tools.merge
23+
24+
.. autosummary::
25+
:toctree: generated/
26+
2127
merge
2228
concat
2329

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
# General information about the project.
6363
project = u'pandas'
64-
copyright = u'2008-2011, the pandas development team'
64+
copyright = u'2008-2012, the pandas development team'
6565

6666
# The version info for the project you're documenting, acts as replacement for
6767
# |version| and |release|, also used in various other places throughout the

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
MAJOR = 0
166166
MINOR = 7
167167
MICRO = 1
168-
ISRELEASED = False
168+
ISRELEASED = True
169169
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
170170
QUALIFIER = ''
171171

0 commit comments

Comments
 (0)