Skip to content

Commit d5e614f

Browse files
committed
DOC: change doc refs to 0.13.1
1 parent 77f5232 commit d5e614f

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

doc/source/basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,9 +1457,9 @@ It's also possible to reset multiple options at once (using a regex):
14571457
reset_option("^display")
14581458
14591459
1460-
.. versionadded:: 0.14.0
1460+
.. versionadded:: 0.13.1
14611461

1462-
Beginning with v0.14.0 the `option_context` context manager has been exposed through
1462+
Beginning with v0.13.1 the `option_context` context manager has been exposed through
14631463
the top-level API, allowing you to execute code with given option values. Option values
14641464
are restored automatically when you exit the `with` block:
14651465

doc/source/release.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ analysis / manipulation tool available in any language.
4545
* Binary installers on PyPI: http://pypi.python.org/pypi/pandas
4646
* Documentation: http://pandas.pydata.org
4747

48-
pandas 0.14.0
48+
pandas 0.13.1
4949
-------------
5050

5151
**Release date:** not-yet-released
@@ -56,7 +56,7 @@ New features
5656
API Changes
5757
~~~~~~~~~~~
5858

59-
.. _release.bug_fixes-0.14.0:
59+
.. _release.bug_fixes-0.13.1:
6060

6161
Experimental Features
6262
~~~~~~~~~~~~~~~~~~~~~

doc/source/v0.13.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _whatsnew_0130:
22

3-
v0.13.0 (January 1, 2014)
3+
v0.13.0 (January 3, 2014)
44
---------------------------
55

66
This is a major release from 0.12.0 and includes a number of API changes, several new features and

doc/source/v0.14.0.txt renamed to doc/source/v0.13.1.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.. _whatsnew_0140:
1+
.. _whatsnew_0131:
22

3-
v0.14.0 (???)
3+
v0.13.1 (???)
44
-------------
55

66
This is a major release from 0.13.0 and includes a number of API changes, several new features and
@@ -18,7 +18,7 @@ API changes
1818
Prior Version Deprecations/Changes
1919
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2020

21-
These were announced changes in 0.13 or prior that are taking effect as of 0.14.0
21+
These were announced changes in 0.13 or prior that are taking effect as of 0.13.1
2222

2323
Deprecations
2424
~~~~~~~~~~~~
@@ -32,9 +32,7 @@ Experimental
3232
Bug Fixes
3333
~~~~~~~~~
3434

35-
- read_csv/read_table now respects the `prefix` kwarg (:issue:`5732`).
36-
37-
See :ref:`V0.14.0 Bug Fixes<release.bug_fixes-0.14.0>` for an extensive list of bugs that have been fixed in 0.14.0.
35+
See :ref:`V0.13.1 Bug Fixes<release.bug_fixes-0.13.1>` for an extensive list of bugs that have been fixed in 0.13.1.
3836

3937
See the :ref:`full release notes
4038
<release>` or issue tracker

0 commit comments

Comments
 (0)