File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222copyright  =  u"2019, Sentry Team and Contributors" 
2323author  =  u"Sentry Team and Contributors" 
2424
25- release  =  "0.19.4 " 
25+ release  =  "0.19.5 " 
2626version  =  "." .join (release .split ("." )[:2 ])  # The short X.Y version. 
2727
2828
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def _get_default_options():
9999del  _get_default_options 
100100
101101
102- VERSION  =  "0.19.4 " 
102+ VERSION  =  "0.19.5 " 
103103SDK_INFO  =  {
104104    "name" : "sentry.python" ,
105105    "version" : VERSION ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
2121
2222setup (
2323    name = "sentry-sdk" ,
24-     version = "0.19.4 " ,
24+     version = "0.19.5 " ,
2525    author = "Sentry Team and Contributors" ,
2626    author_email = "hello@sentry.io" ,
2727    url = "https://github.com/getsentry/sentry-python" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments