We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3c228 commit 9e2252eCopy full SHA for 9e2252e
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Change Log
2
===========
3
4
+0.2.44
5
+------
6
+Features:
7
+- fetch funds #2041
8
+- fetch sector & industry #2058
9
+Fixes:
10
+- improve dividend repair #2062
11
+
12
0.2.43
13
------
14
Fix price-repair bug introduced in 0.2.42 #2036
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.43" %}
+{% set version = "0.2.44" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.43"
+version = "0.2.44"
0 commit comments