Skip to content

Commit bd1a597

Browse files
committed
Version 0.2.42
1 parent 0193cec commit bd1a597

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.rst

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

4+
0.2.42
5+
------
6+
Features:
7+
- fetch SEC filings #2009
8+
- fetch analysis #2023 @Fidasek009
9+
- price repair extended to dividends & adjust #2031
10+
Fixes:
11+
- fix error on empty options chain #1995 @stevenbischoff
12+
- use dict.get() to safely access key in Holders #2013 @ericpien
13+
- fix datetime conversion with mixed timezones when ignore_tz is False #2016 @mreiche
14+
- handle faulty response object when getting news. #2021 @ericpien
15+
Maintenance:
16+
- prices: improve exceptions and logging #2000
17+
418
0.2.41
519
------
620
Improvements:

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

0 commit comments

Comments
 (0)