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 3b36df0 commit 4c23d33Copy full SHA for 4c23d33
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Change Log
2
===========
3
4
+0.2.59
5
+------
6
+Fix the fix for rate-limit #2452
7
+
8
0.2.58
9
------
10
Fix false rate-limit problem #2430
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.58" %}
+{% set version = "0.2.59" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.58"
+version = "0.2.59"
0 commit comments