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 d08afa2 commit bb6ebb4Copy full SHA for bb6ebb4
CHANGELOG.rst
@@ -1,9 +1,19 @@
1
Change Log
2
===========
3
4
+0.2.60
5
+------
6
+Fix cookie reuse, and handle DNS blocking fc.yahoo.com #2483
7
+Fixes for websocket:
8
+- relax protobuf version #2485
9
+- increase websockets version #2485
10
+- fix type hints #2488
11
+Fix predefined screen offset #2440
12
+
13
0.2.59
14
------
15
Fix the fix for rate-limit #2452
16
+Feature: live price data websocket #2201
17
18
0.2.58
19
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.59" %}
+{% set version = "0.2.60" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.59"
+version = "0.2.60"
0 commit comments