Skip to content

Commit 9f19c2e

Browse files
committed
Update version for the next release
1 parent ec039cc commit 9f19c2e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Apache Ignite thin (binary protocol) client, written in Python 3.
33

44
## Prerequisites
55

6-
- Python 3.7 or above (3.7, 3.8, 3.9 and 3.10 are tested),
6+
- Python 3.7 or above (3.7, 3.8, 3.9, 3.10 and 3.11 are tested),
77
- Access to Apache Ignite node, local or remote. The current thin client
8-
version was tested on Apache Ignite 2.10 (binary client protocol 1.7.0).
8+
version was tested on Apache Ignite 2.14 (binary client protocol 1.7.0).
99

1010
## Installation
1111

@@ -45,12 +45,12 @@ There is an optional C extension to speedup some computational intensive tasks.
4545

4646
***NB!* Docker is required.**
4747

48-
- On Windows MSVC 14.x required, and it should be in path, also python versions 3.7, 3.8, 3.9 and 3.10 both for x86 and
48+
- On Windows MSVC 14.x required, and it should be in path, also python versions 3.7, 3.8, 3.9, 3.10 and 3.11 both for x86 and
4949
x86-64 should be installed. You can disable some of these versions but you'd need to edit script for that.
5050
- For building `wheels` for Windows, invoke script `.\scripts\BuildWheels.ps1` using PowerShell. Just make sure that
5151
your execution policy allows execution of scripts in your environment.
5252

53-
Ready wheels for `x86` and `x86-64` for different python versions (3.7, 3.8, 3.9 and 3.10) will be
53+
Ready wheels for `x86` and `x86-64` for different python versions (3.7, 3.8, 3.9, 3.10 and 3.11) will be
5454
located in `distr` directory.
5555

5656
### Updating from older version
@@ -67,7 +67,7 @@ pip install pyignite
6767

6868
To install a specific version:
6969
```bash
70-
pip install pyignite==0.5.1
70+
pip install pyignite==0.6.0
7171
```
7272

7373
## Documentation

pyignite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from pyignite.aio_client import AioClient
1818
from pyignite.binary import GenericObjectMeta
1919

20-
__version__ = '0.6.0-dev'
20+
__version__ = '0.7.0-dev'

0 commit comments

Comments
 (0)