Skip to content

Commit 1ddc38c

Browse files
committed
Version 0.2.53
1 parent fcab4ea commit 1ddc38c

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.rst

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

4+
0.2.53
5+
------
6+
Fixes:
7+
- Fix: Failed to parse holders JSON data #2234
8+
- Fix: Bad data in Holders #2244
9+
- Stop CSRF-cookie-fetch fail killing yfinance #2249
10+
- Fix Market Docs #2250
11+
- Fix: Broken "See also" links in documentation #2253
12+
- Fix: Interval check and error message formatting in multi.py #2256
13+
Improve:
14+
- Add pre- / post-stock prices (and other useful information) #2212
15+
- Warn user when use download() without specifying auto_adjust #2230
16+
- Refactor: Earnings Dates – Switch to API Fetching #2247
17+
- Improve prices div repair #2260
18+
Maintenance:
19+
- Add GitHub Actions workflow and fix failing tests #2233
20+
421
0.2.52
522
------
623
Features:

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.52" %}
2+
{% set version = "0.2.53" %}
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.52"
1+
version = "0.2.53"

0 commit comments

Comments
 (0)