This is an automated email from the ASF dual-hosted git repository.
lushiji pushed a commit to branch branch-4.17
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.17 by this push:
new afd448182b Update python version to 4.17.2
afd448182b is described below
commit afd448182b1fe2b5b994b39fa644cb25c5295fa1
Author: lushiji <[email protected]>
AuthorDate: Fri Jun 13 09:50:48 2025 +0800
Update python version to 4.17.2
---
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 4addbc1749..249284128c 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.17.1'
+version = '4.17.2'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'