File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed 
data_studio_jupyter_extensions Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- __version__  =  "0.12.1 "   # pragma: no cover 
1+ __version__  =  "0.12.2 "   # pragma: no cover 
Original file line number Diff line number Diff line change @@ -442,6 +442,7 @@ async def _launch_kernel_cluster_to_cluster(
442442        # The connection info should be predetermined by the kernel itself. 
443443        # Get the Host information from the kernel details endpoint. 
444444        kernel_info  =  await  self .nbservice_client .get_kernel_details (self .process_id )
445+         self .log .debug (f"Connection Info: { kernel_info }  " )
445446        self .ip  =  self .ip  or  kernel_info ["host" ]
446447        return  self .connection_info 
447448
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ testpaths = [
2323]
2424
2525[tool .tbump .version ]
26- current  = " 0.12.1 " 
26+ current  = " 0.12.2 " 
2727regex  = ''' 
2828  (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) 
2929  ((?P<channel>a|b|rc|.dev)(?P<release>\d+))? 
Original file line number Diff line number Diff line change 1- 0.12.1 
1+ 0.12.2 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments