This is an automated email from the ASF dual-hosted git repository.

ivandasch pushed a commit to branch pyignite-0.6.0
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git

commit b57b9636c2004f4b0ea1dc4d545bf3f5ab7c82ae
Author: Ivan Daschinsky <[email protected]>
AuthorDate: Wed Nov 9 17:03:13 2022 +0300

    Prepare 0.6.0 release
---
 README.md            | 8 ++++----
 pyignite/__init__.py | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index be5fa7b..e755498 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@ Apache Ignite thin (binary protocol) client, written in Python 
3.
 
 ## Prerequisites
 
-- Python 3.7 or above (3.7, 3.8, 3.9 and 3.10 are tested),
+- Python 3.7 or above (3.7, 3.8, 3.9, 3.10 and 3.11 are tested),
 - Access to Apache Ignite node, local or remote. The current thin client
-  version was tested on Apache Ignite 2.10 (binary client protocol 1.7.0).
+  version was tested on Apache Ignite 2.14 (binary client protocol 1.7.0).
 
 ## Installation
 
@@ -45,7 +45,7 @@ There is an optional C extension to speedup some 
computational intensive tasks.
   
   ***NB!* Docker is required.**
   
-- 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
+- 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
   x86-64 should be installed. You can disable some of these versions but you'd 
need to edit script for that.
 - For building `wheels` for Windows, invoke script `.\scripts\BuildWheels.ps1` 
using PowerShell. Just make sure that
   your execution policy allows execution of scripts in your environment.
@@ -67,7 +67,7 @@ pip install pyignite
 
 To install a specific version:
 ```bash
-pip install pyignite==0.5.1
+pip install pyignite==0.6.0
 ```
 
 ## Documentation
diff --git a/pyignite/__init__.py b/pyignite/__init__.py
index 1b0a9c2..9d55337 100644
--- a/pyignite/__init__.py
+++ b/pyignite/__init__.py
@@ -17,4 +17,4 @@ from pyignite.client import Client
 from pyignite.aio_client import AioClient
 from pyignite.binary import GenericObjectMeta
 
-__version__ = '0.6.0-dev'
+__version__ = '0.6.0'

Reply via email to