File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ Main differences to [the old Python Client](https://github.com/griddb/griddb_cli
1616
1717Building of the library and execution of the sample programs have been checked in the following environment.
1818
19-     OS:              CentOS 6.7 (x64) 
19+     OS:              CentOS 7.6 (x64) 
2020    SWIG:            3.0.12 
21-     GCC:             4.4.7  
21+     GCC:             4.8.5  
2222    Python:          3.6 
23-     GridDB Server and C Client:   4.0 CE / 3.0  CE 
23+     GridDB Server and C Client:   4.2  CE 
2424
2525## QuickStart  
2626### Preparations  
@@ -93,8 +93,7 @@ Please refer to the following files for more detailed information.
9393
9494Note:
95951 .  The current API might be changed in the next version. e.g. ContainerInfo
96- 2 .  When you use GridDB V3.0 CE, please replace gridstore.h with gridstoreForV3.0.h on include/ folder and build sources.
97- 3 .  There is [ Python Package for 0.7.6 on The Python Package Index (PyPI)] ( https://pypi.org/project/griddb-python/ )  .
96+ 2 .  There is [ Python Package for 0.7.6 on The Python Package Index (PyPI)] ( https://pypi.org/project/griddb-python/ )  .
9897
9998## Community  
10099
Original file line number Diff line number Diff line change 1616
1717#ifndef  _STORE_FACTORY_H_
1818#define  _STORE_FACTORY_H_ 
19- #define  CLIENT_VERSION  " GridDB Python Client 0.8.0 " 
19+ #define  CLIENT_VERSION  " GridDB Python Client 0.8" 
2020
2121#include  < map> 
2222#include  < string> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments