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 21a80ec commit 5cc1197Copy full SHA for 5cc1197
CHANGELOG.rst
@@ -1,6 +1,19 @@
1
Change Log
2
===========
3
4
+0.2.55
5
+------
6
+Features
7
+- TTM financials #2321
8
+Fixes
9
+- info IndexError #2354
10
+- earnings dates TZ #2366
11
+- price repair tweaks & fixes #2368
12
+- history caching #2345
13
+- backup fetch TZ from info #2369
14
+Maintenance
15
+- log user agent #2326
16
+
17
0.2.54
18
------
19
Hotfix user-agent #2277
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.54" %}
+{% set version = "0.2.55" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.54"
+version = "0.2.55"
0 commit comments