From b27cc0cf40c2dad813eb98063ba60acf96604f2d Mon Sep 17 00:00:00 2001 From: ValueRaider Date: Tue, 18 Oct 2022 20:07:40 +0100 Subject: [PATCH] Update to 0.1.79 --- CHANGELOG.rst | 4 ++++ yfinance/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7758cc2ca..8069f7345 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Change Log =========== +0.1.79 +------ +- Fix when Yahoo returns price=NaNs on dividend day + 0.1.78 ------ - Fix download() when different timezones #1085 diff --git a/yfinance/version.py b/yfinance/version.py index cbf0ad46c..e64953ddc 100644 --- a/yfinance/version.py +++ b/yfinance/version.py @@ -1 +1 @@ -version = "0.1.78" +version = "0.1.79"