We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45bed3 commit 0b52e8fCopy full SHA for 0b52e8f
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Change Log
2
===========
3
4
+0.2.16
5
+------
6
+Fix 'fast_info deprecated' msg appearing at Ticker() init
7
+
8
0.2.15
9
------
10
Restore missing Ticker.info keys #1480
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.15" %}
+{% set version = "0.2.16" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.15"
+version = "0.2.16"
0 commit comments