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 55bc1bd commit de0760eCopy full SHA for de0760e
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Change Log
2
===========
3
4
+0.2.61
5
+------
6
+Fix ALL type hints in websocket #2493
7
+
8
0.2.60
9
------
10
Fix cookie reuse, and handle DNS blocking fc.yahoo.com #2483
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.60" %}
+{% set version = "0.2.61" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.60"
+version = "0.2.61"
0 commit comments