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 18089f4 commit a1bcb4cCopy full SHA for a1bcb4c
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Change Log
2
===========
3
4
+0.2.38
5
+------
6
+Fix holders & insiders #1908
7
+
8
0.2.37
9
------
10
Small fixes:
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.37" %}
+{% set version = "0.2.38" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.37"
+version = "0.2.38"
0 commit comments