Skip to content

Commit

Permalink
Bump version to 0.1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Oct 25, 2022
1 parent a3fe95e commit e99e61f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
===========

0.1.84
------
- Make tz-cache thread-safe

0.1.83
------
- Reduce spam-effect of tz-fetch
Expand Down
3 changes: 3 additions & 0 deletions test_yfinance.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def test_info_history(self):
history = ticker.history(period="max")
assert(history.empty is False and history is not None)

histories = yf.download(symbols, period="1yr")
assert(histories.empty is False and histories is not None)

def test_attributes(self):
for ticker in tickers:
ticker.isin
Expand Down
2 changes: 1 addition & 1 deletion yfinance/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1.83"
version = "0.1.84"

0 comments on commit e99e61f

Please sign in to comment.