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 0baedbe commit afad7fcCopy full SHA for afad7fc
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Change Log
2
===========
3
4
+0.2.18
5
+------
6
+Fix 'fast_info' error '_np not found' #1496
7
+Fix bug in timezone cache #1498
8
+
9
0.2.17
10
------
11
Fix prices error with Pandas 2.0 #1488
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.17" %}
+{% set version = "0.2.18" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.17"
+version = "0.2.18"
0 commit comments