Skip to content

Commit 0493373

Browse files
committed
Version 0.2.39
1 parent e65ca40 commit 0493373

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.rst

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

4+
0.2.39
5+
------
6+
Fixes:
7+
- Fix switching session from/to requests_cache #1930
8+
Price repair:
9+
- Fix potential for price repair to discard price=0 rows #1874
10+
- Don't price-repair FX volume=0, is normal #1920
11+
- Improve 'sudden change' repair for splits & currency #1931
12+
Information:
13+
- Fix help(yf.download) not showing the information about the function #1913 @vittoboa
14+
- Add more specific error throwing based on PR 1918 #1928 @elibroftw @marcofognog
15+
Maintenance:
16+
- Replace dead 'appdirs' package with 'platformdirs' #1896
17+
- Deprecate 'pandas_datareader', remove a deprecated argument #1897
18+
- Fix: datetime.datetime.utcnow() is deprecated ... #1922
19+
420
0.2.38
521
------
622
Fix holders & insiders #1908

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

0 commit comments

Comments
 (0)