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

ayegorov 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 4206fb5  Preparing for the release 4.15
4206fb5 is described below

commit 4206fb5fe44726992cb22e8619525af480dcfc29
Author: Andrey Yegorov <[email protected]>
AuthorDate: Fri Mar 11 15:07:12 2022 -0800

    Preparing for the release 4.15
    
    Descriptions of the changes in this PR:
    
    Updated py client's version to 4.15
    
    Motivation
    
    Preparing for the release
    
https://bookkeeper.apache.org/community/release_guide/#change-python-client-version
    
    Reviewers: Enrico Olivelli <[email protected]>
    
    This closes #3095 from dlg99/python_client_rel_4.15
---
 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 a8bb290..e990348 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.14.0'
+version = '4.15.0'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'

Reply via email to