You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2019/01/25 04:07:40 UTC

[bookkeeper] branch master updated: [TABLE SERVICE] bump python client version to 4.10.0-SNAPSHOT

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 03e7d6e  [TABLE SERVICE] bump python client version to 4.10.0-SNAPSHOT
03e7d6e is described below

commit 03e7d6e48822e656d6b652359f780f0cb1513bc1
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Thu Jan 24 20:07:36 2019 -0800

    [TABLE SERVICE] bump python client version to 4.10.0-SNAPSHOT
    
    
    
    Descriptions of the changes in this PR:
    
    *Modifications*
    
    Bump the development of python client to 4.10.0-SNAPSHOT
    
    
    
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #1911 from sijie/bump_python_client_development
---
 stream/clients/python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stream/clients/python/setup.py b/stream/clients/python/setup.py
index 9dd171f..dbbf443 100644
--- a/stream/clients/python/setup.py
+++ b/stream/clients/python/setup.py
@@ -19,7 +19,7 @@ import setuptools
 
 name = 'apache-bookkeeper-client'
 description = 'Apache BookKeeper client library'
-version = '4.9.0'
+version = '4.10.0-SNAPSHOT'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'