This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.16 by this push:
new c666461ea6 Update python version to 4.16.6
c666461ea6 is described below
commit c666461ea66efe171935a75a10da7e9807337d58
Author: ZhangJian He <[email protected]>
AuthorDate: Wed Jun 26 15:43:47 2024 +0800
Update python version to 4.16.6
Signed-off-by: ZhangJian He <[email protected]>
---
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 4f65845305..c8c17ce200 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.16.5'
+version = '4.16.6'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'