File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11Change Log
22===========
33
4+ 0.2.56
5+ ------
6+ Features:
7+ - Ticker lookups #2364
8+ - Config #2391
9+ Fixes:
10+ - converting end epoch to localized dt #2378
11+ - info IndexError #2382
12+ - AttributeError: module 'requests.cookies' has no attribute 'update' #2388
13+ - fix_Yahoo_returning_live_separate() #2389
14+
4150.2.55
516------
617Features
Original file line number Diff line number Diff line change 11{% set name = "yfinance" %}
2- {% set version = "0.2.55 " %}
2+ {% set version = "0.2.56 " %}
33
44package :
55 name : " {{ name|lower }}"
@@ -27,7 +27,6 @@ requirements:
2727 - beautifulsoup4 >=4.11.1
2828 - html5lib >=1.1
2929 - peewee >=3.16.2
30- # - pycryptodome >=3.6.6
3130 - pip
3231 - python
3332
@@ -43,7 +42,6 @@ requirements:
4342 - beautifulsoup4 >=4.11.1
4443 - html5lib >=1.1
4544 - peewee >=3.16.2
46- # - pycryptodome >=3.6.6
4745 - python
4846
4947test :
Original file line number Diff line number Diff line change 1- version = "0.2.55 "
1+ version = "0.2.56 "
You can’t perform that action at this time.
0 commit comments