You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by yo...@apache.org on 2022/08/04 03:12:33 UTC

[bookkeeper] branch branch-4.15 updated: Bump python version to 4.15.1

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

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


The following commit(s) were added to refs/heads/branch-4.15 by this push:
     new 0a309d5970 Bump python version to 4.15.1
0a309d5970 is described below

commit 0a309d59707c2d9e0fc92c7f83d439bcd3f160c0
Author: Yong Zhang <zh...@gmail.com>
AuthorDate: Thu Aug 4 11:12:16 2022 +0800

    Bump python version to 4.15.1
---
 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 e990348c30..11e615e803 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.15.0'
+version = '4.15.1'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'