File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ Changes for crate
55Unreleased
66==========
77
8+ 2020/08/05 0.25.0
9+ =================
10+ 
811- Added support for the ``RETURNING`` clause to the SQLAlchemy dialect. This
912  requires CrateDB 4.2 or greater. In case you use any server side generated
1013  columns in your primary key constraint with earlier CrateDB versions, you can
Original file line number Diff line number Diff line change @@ -34,10 +34,7 @@ def read(path):
3434        return  f .read ()
3535
3636
37- long_description  =  (
38-     read ('README.rst' )
39- )
40- 
37+ long_description  =  read ('README.rst' )
4138versionf_content  =  read ("src/crate/client/__init__.py" )
4239version_rex  =  r'^__version__ = [\'"]([^\'"]*)[\'"]$' 
4340m  =  re .search (version_rex , versionf_content , re .M )
Original file line number Diff line number Diff line change 2929
3030# version string read from setup.py using a regex. Take care not to break the 
3131# regex! 
32- __version__  =  "0.24 .0" 
32+ __version__  =  "0.25 .0" 
3333
3434apilevel  =  "2.0" 
3535threadsafety  =  2 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments