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

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


The following commit(s) were added to refs/heads/branch-4.9 by this push:
     new ead488f  [PYTHON] [BRANCH-4.9] Bump python client version to 
4.9.1-alpha-0
ead488f is described below

commit ead488f72186c72cea213390729f6a62c287e9ef
Author: Sijie Guo <[email protected]>
AuthorDate: Mon Feb 25 13:38:53 2019 +0800

    [PYTHON] [BRANCH-4.9] Bump python client version to 4.9.1-alpha-0
    
    
    
    Descriptions of the changes in this PR:
    
    *Motivation*
    
    The development cycle of branch-4.9 is 4.9.1
    
    *Modifications*
    
    Update the python client version to `4.9.1-alpha-0`
    
    Related Issue: #1954
    
    
    
    
    Reviewers: Enrico Olivelli <[email protected]>
    
    This closes #1955 from sijie/fix_python_version_branch49
---
 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..c5046b3 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.9.1-alpha-0'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'

Reply via email to