We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb5c50d commit 5b676f8Copy full SHA for 5b676f8
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Change Log
2
===========
3
4
+0.2.21
5
+------
6
+Fix financials tables #1568
7
+Price repair update: fix Yahoo messing up dividend and split adjustments #1543
8
+Fix logging behaviour #1562
9
+Fix merge future div/split into prices #1567
10
+
11
0.2.20
12
------
13
Switch to `logging` module #1493 #1522 #1541
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.20" %}
+{% set version = "0.2.21" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.20"
+version = "0.2.21"
0 commit comments