Skip to content

Commit 9770f28

Browse files
committed
v# + clog
1 parent 80eb0dd commit 9770f28

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

4+
0.1.71
5+
------
6+
- Added Tickers(…).news()
7+
- Return empty DF if YF missing earnings dates
8+
- Fix EPS % to 0->1
9+
- Fix timezone handling
10+
- Fix handling of missing data
11+
- Clean&format earnings_dates table
12+
- Add ``.get_earnings_dates()`` to retreive earnings calendar
13+
- Added ``.get_earnings_history()`` to fetch earnings data
14+
415
0.1.70
516
------
617
- Bug fixed - Closes #937

yfinance/version.py

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

0 commit comments

Comments
 (0)