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 72a9e45 commit cac616aCopy full SHA for cac616a
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Change Log
2
===========
3
4
+0.2.19b4
5
+--------
6
+Fix `download` logging #1541
7
+Fix corrupt tkr-tz-csv halting code #1528
8
+
9
0.2.19b3
10
-------
11
Improve logging messages #1522
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.19b3" %}
+{% set version = "0.2.19b4" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.19b3"
+version = "0.2.19b4"
0 commit comments