diff --git a/docs/contributors.py b/docs/contributors.py
index a32dd75d..4cad06f6 100644
--- a/docs/contributors.py
+++ b/docs/contributors.py
@@ -12,7 +12,7 @@
repo = g.get_repo("pydata/pandas-datareader")
-start = dt.datetime(2018, 9, 12, 0, 0, 0)
+start = dt.datetime(2019, 9, 26, 0, 0, 0)
pulls = repo.get_pulls(state="closed", sort="updated", base="master", direction="desc")
users = set()
diff --git a/docs/source/_static/images/pandas-datareader-plain.svg b/docs/source/_static/images/pandas-datareader-plain.svg
new file mode 100644
index 00000000..1179e1b9
--- /dev/null
+++ b/docs/source/_static/images/pandas-datareader-plain.svg
@@ -0,0 +1,206 @@
+
+
diff --git a/docs/source/_static/images/pandas-datareader.svg b/docs/source/_static/images/pandas-datareader.svg
new file mode 100644
index 00000000..b05a0de8
--- /dev/null
+++ b/docs/source/_static/images/pandas-datareader.svg
@@ -0,0 +1,239 @@
+
+
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 6ea60139..add4a722 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -124,7 +124,7 @@
# further. For a list of options available for each theme, see the
# documentation.
#
-# html_theme_options = {}
+html_logo = "./_static/images/pandas-datareader-plain.svg"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
@@ -209,7 +209,7 @@
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {"http://docs.python.org/": None}
+intersphinx_mapping = {"https://docs.python.org/": None}
extlinks = {
diff --git a/docs/source/whatsnew/v0.9.0.txt b/docs/source/whatsnew/v0.9.0.txt
index 7e28fd0b..3c5f42a1 100644
--- a/docs/source/whatsnew/v0.9.0.txt
+++ b/docs/source/whatsnew/v0.9.0.txt
@@ -1,6 +1,6 @@
.. _whatsnew_090:
-v0.9.0 (TBD)
+v0.9.0 (July 10, 2020)
---------------------------
Highlights include:
@@ -16,23 +16,43 @@ Highlights include:
Enhancements
~~~~~~~~~~~~
-- Added AlphaVantage endpoint to get historical currency exchange rates.
+- Added a timeout parameter to prevent infinite hangs (:issue:`790`)
+- Added AlphaVantage endpoint to get historical currency exchange rates (:issue:`764`)
+- Improved logging when rate limited (:issue:`745`)
.. _whatsnew_090.api_breaking:
Backwards incompatible API changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+- Dropped support for Python 2.7. The minimum python version is now Python 3.6.
+- Removed Robinhood which no longer exists
+- Immediately deprecated AlphaVantage quote reader which used an end point that has been retired
+- Immediately deprecated Enigma which has substantially changed their business model and API
.. _whatsnew_090.bug_fixes:
Bug Fixes
~~~~~~~~~
-
-- Fix Yahoo! actions bug due to change in split format. (:issue: `755`)
-- Fix FutureWarning from pandas import. (:issue: `762`)
+- Fix Yahoo Splits for change in format (:issue:`756`)
+- Fixed reading bond yields from Stooq (:issue:`752`)
+- Fixed EconDB reader to use session (:issue:`737`)
+- Fix reading futures data from Stooq (:issue:`718`)
+- Correct NASDAQ symbols fields link (:issue:`715`)
+- Fix Yahoo! actions bug due to change in split format (:issue:`755`)
+- Fix FutureWarning from pandas import (:issue:`762`)
Contributors
~~~~~~~~~~~~
-- David Stephens
+- Spencer Adams
+- Jesse Aldridge
+- Sumin Byeon
+- Patrick Collins
+- David Cottrell
+- Greg
- Matthew Hall
+- Kirill Ikonnikov
+- Gábor Lipták
+- Kevin Sheppard
+- David Stephens
+