Skip to content

Commit 9e2252e

Browse files
committed
Version 0.2.44
1 parent 4c3c228 commit 9e2252e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

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

4+
0.2.44
5+
------
6+
Features:
7+
- fetch funds #2041
8+
- fetch sector & industry #2058
9+
Fixes:
10+
- improve dividend repair #2062
11+
412
0.2.43
513
------
614
Fix price-repair bug introduced in 0.2.42 #2036

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

0 commit comments

Comments
 (0)