You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2021/06/15 07:29:33 UTC

[ignite-python-thin-client] branch pyignite-0.5.0 created (now d4a3ff9)

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

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


      at d4a3ff9  Prepare release

This branch includes the following new commits:

     new d4a3ff9  Prepare release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[ignite-python-thin-client] 01/01: Prepare release

Posted by iv...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d4a3ff94e3460e8d5e66aa4098985caf1a5f00e2
Author: Ivan Daschinsky <iv...@apache.org>
AuthorDate: Tue Jun 15 10:28:34 2021 +0300

    Prepare release
---
 pyignite/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyignite/__init__.py b/pyignite/__init__.py
index 4b77f68..d6ec2bd 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.5.0-dev'
+__version__ = '0.5.0'