Skip to content

Commit 2a964f3

Browse files
committed
DOC Fix seaborn version in release notes.
1 parent 2509987 commit 2a964f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WHATSNEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These are new features and improvements of note in each release.
44

55
## v0.5.0 (April 21, 2016)
66

7-
This is a major release from `0.4.0` that includes many new analyses and features. We recommend that all users upgrade to this new version. Also update your dependencies, specifically, `pandas>=0.18.0`, `seaborn>=0.8.0` and `zipline>=0.8.4`.
7+
This is a major release from `0.4.0` that includes many new analyses and features. We recommend that all users upgrade to this new version. Also update your dependencies, specifically, `pandas>=0.18.0`, `seaborn>=0.6.0` and `zipline>=0.8.4`.
88

99
### New features
1010

@@ -17,7 +17,7 @@ This is a major release from `0.4.0` that includes many new analyses and feature
1717
* Log-scaled cumulative returns plot and raw returns plot [PR294](https://github.com/quantopian/pyfolio/pull/294). [Thomas Wiecki](https://github.com/twiecki)
1818

1919
### Bug fixes
20-
* Many depracation fixes for Pandas 0.18.0, seaborn 0.8.0, and zipline 0.8.4
20+
* Many depracation fixes for Pandas 0.18.0, seaborn 0.6.0, and zipline 0.8.4
2121

2222

2323
## v0.4.0 (Dec 10, 2015)

0 commit comments

Comments
 (0)