File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11Change Log
22=========== 
33
4+ 0.2.42
5+ ------ 
6+ Features:
7+ - fetch SEC filings #2009
8+ - fetch analysis #2023 @Fidasek009
9+ - price repair extended to dividends & adjust #2031
10+ Fixes:
11+ - fix error on empty options chain #1995 @stevenbischoff
12+ - use dict.get() to safely access key in Holders #2013 @ericpien
13+ - fix datetime conversion with mixed timezones when ignore_tz is False #2016 @mreiche
14+ - handle faulty response object when getting news. #2021 @ericpien
15+ Maintenance:
16+ - prices: improve exceptions and logging #2000
17+ 
4180.2.41
519------ 
620Improvements:
Original file line number Diff line number Diff line change 11{% set name = "yfinance" %} 
2- {% set version = "0.2.41 " %} 
2+ {% set version = "0.2.42 " %} 
33
44package :
55  name : " {{ name|lower }}" 
Original file line number Diff line number Diff line change 1- version  =  "0.2.41 " 
1+ version  =  "0.2.42 " 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments