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

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


The following commit(s) were added to refs/heads/branch-4.14 by this push:
     new 966234f  [branch-4.14] Bump Python client version to 4.14.5
966234f is described below

commit 966234f378eb66534544380cd204d47537af7576
Author: Nicolò Boschi <[email protected]>
AuthorDate: Wed Mar 30 23:48:58 2022 +0200

    [branch-4.14] Bump Python client version to 4.14.5
    
    ### Motivation
    Prepare python client for 4.14.5 release as described in the [release 
guide](https://bookkeeper.apache.org/community/release_guide/#change-python-client-version)
    ### Changes
    * Bump python client to 4.14.5
    
    Reviewers: Andrey Yegorov <None>
    
    This closes #3159 from nicoloboschi/bump-python-client-4.14
---
 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 9f22619..9faea16 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.2'
+version = '4.14.5'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'

Reply via email to