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 957051e commit 693565aCopy full SHA for 693565a
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Change Log
2
===========
3
4
+0.2.25
5
+------
6
+Fix single ISIN as ticker #1611
7
+Fix 'Only 100 years allowed' error #1576
8
+
9
0.2.24
10
------
11
Fix info[] missing values #1603
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.24" %}
+{% set version = "0.2.25" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.25b1"
+version = "0.2.25"
0 commit comments