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.11.1 " 
25+ release  =  "0.11.2 " 
2626version  =  "." .join (release .split ("." )[:2 ])  # The short X.Y version. 
2727
2828
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def _get_default_options():
7171del  _get_default_options 
7272
7373
74- VERSION  =  "0.11.1 " 
74+ VERSION  =  "0.11.2 " 
7575SDK_INFO  =  {
7676    "name" : "sentry.python" ,
7777    "version" : VERSION ,
Original file line number Diff line number Diff line change 1212
1313setup (
1414    name = "sentry-sdk" ,
15-     version = "0.11.1 " ,
15+     version = "0.11.2 " ,
1616    author = "Sentry Team and Contributors" ,
1717    author_email = "hello@getsentry.com" ,
1818    url = "https://github.com/getsentry/sentry-python" ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments