File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 4242# The short X.Y version. 
4343version  =  '6.3' 
4444# The full version, including alpha/beta/rc tags. 
45- release  =  '6.3.0 ' 
45+ release  =  '6.3.1 ' 
4646
4747# There are two options for replacing |today|: either, you set today to some 
4848# non-false value, then it is used: 
Original file line number Diff line number Diff line change @@ -8,6 +8,23 @@ cx_Oracle Release Notes
88
99.. _releasenotes60 :
1010
11+ Version 6.3.1 (May 2018)
12+ ------------------------ 
13+ 
14+ #)  Update to `ODPI-C 2.3.2 
15+     <https://oracle.github.io/odpi/doc/releasenotes.html# 
16+     version-2-3-2-may-7-2018> `__.
17+ 
18+     - Ensure that a call to unregister a subscription only occurs if the
19+       subscription is still registered.
20+     - Ensure that before a statement is executed any buffers used for DML
21+       returning statments are reset.
22+ 
23+ #)  Ensure that behavior with cx_Oracle.__future__.dml_ret_array_val not
24+     set or False is the same as the behavior in cx_Oracle 6.2
25+     (`issue 176  <https://github.com/oracle/python-cx_Oracle/issues/176 >`__).
26+ 
27+ 
1128Version 6.3 (April 2018)
1229------------------------ 
1330
Original file line number Diff line number Diff line change 2020    from  distutils .extension  import  Extension 
2121
2222# define build constants 
23- BUILD_VERSION  =  "6.3" 
23+ BUILD_VERSION  =  "6.3.1 " 
2424
2525# setup extra link and compile args 
2626extraLinkArgs  =  []
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments