Skip to content

Commit 5cc1197

Browse files
committed
Version 0.2.55
1 parent 21a80ec commit 5cc1197

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change Log
22
===========
33

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+
417
0.2.54
518
------
619
Hotfix user-agent #2277

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "yfinance" %}
2-
{% set version = "0.2.54" %}
2+
{% set version = "0.2.55" %}
33

44
package:
55
name: "{{ name|lower }}"

yfinance/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.54"
1+
version = "0.2.55"

0 commit comments

Comments
 (0)