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 e797a30 commit 0c89fcdCopy full SHA for 0c89fcd
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Change Log
2
===========
3
4
+0.2.50
5
+------
6
+Fixes:
7
+- price repair #2111 #2139
8
+- download() appearance 2109
9
+- isin() error #2099
10
+- growth_estimates #2127
11
+Also new docs #2132
12
+
13
0.2.49
14
------
15
Fix prices-clean rarely discarding good data #2122
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.49" %}
+{% set version = "0.2.50" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.49"
+version = "0.2.50"
0 commit comments