Skip to content

Commit d22c757

Browse files
committed
update for 0.8.1
1 parent b6510fe commit d22c757

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Main differences to [the old Python Client](https://github.com/griddb/griddb_cli
1616

1717
Building 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

9494
Note:
9595
1. 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

src/StoreFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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>

0 commit comments

Comments
 (0)