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 82fc0f9e02 Bump the python client version to 4.15.5
82fc0f9e02 is described below
commit 82fc0f9e02472f9c4ac0cbebd85f34ae4bea5a92
Author: zymap <[email protected]>
AuthorDate: Tue Dec 12 14:02:29 2023 +0800
Bump the python client version to 4.15.5
---
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 44190e5bd7..ddc5d18160 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.4-SNAPSHOT'
+version = '4.15.5'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'