Skip to content

Commit 0eb11c5

Browse files
committed
Version 0.2.62
1 parent 2981893 commit 0eb11c5

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Change Log
22
===========
33

4+
0.2.62
5+
------
6+
Fix prices 'period=max' sometimes failing # 2509
7+
ISIN cache #2516
8+
Proxy:
9+
- fix false 'proxy deprecated' messages
10+
- fix ISIN + proxy #2514
11+
- replace print_once with warnings #2523
12+
Error handling:
13+
- detect rate-limit during crumb fetch #2491
14+
- replace requests.HTTPError with curl_cffi
15+
416
0.2.61
517
------
618
Fix ALL type hints in websocket #2493

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "yfinance" %}
2-
{% set version = "0.2.61" %}
2+
{% set version = "0.2.62" %}
33

44
package:
55
name: "{{ name|lower }}"

yfinance/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.61"
1+
version = "0.2.62"

0 commit comments

Comments
 (0)