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/22 02:39:16 UTC

[bookkeeper] branch master updated: [RELEASE] Release table service python client

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 b1f840e  [RELEASE] Release table service python client
b1f840e is described below

commit b1f840e5d35d64d29bedbd0f6c6a9c39f08c040a
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Mon Jan 21 18:39:11 2019 -0800

    [RELEASE] Release table service python client
    
    
    Descriptions of the changes in this PR:
    
    *Motivation*
    
    Update the table service python client version to release version
    
    *Modifications*
    
    Bump the version to 4.9.0
    
    
    
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #1906 from sijie/release_python_client
---
 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 1dfbbe4..9dd171f 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-alpha-2'
+version = '4.9.0'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'