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/04/14 16:04:16 UTC

[ignite-python-thin-client] branch pyignite-0.4.0 created (now 35e6617)

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

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


      at 35e6617  Prepare release

This branch includes the following new commits:

     new 35e6617  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.4.0
in repository https://gitbox.apache.org/repos/asf/ignite-python-thin-client.git

commit 35e6617e3bf67c6528efa5721f40a4ca89aa3c28
Author: Ivan Daschinsky <iv...@apache.org>
AuthorDate: Wed Apr 14 19:02:52 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 c26c59a..2cb6fc1 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.4.0-dev'
+__version__ = '0.4.0'