This is an automated email from the ASF dual-hosted git repository.
StevenLuMT 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 7e658ce20e Bump python version to 4.17.4
7e658ce20e is described below
commit 7e658ce20e6e59e8cbf7223d54c2782c3e44ca17
Author: lushiji <[email protected]>
AuthorDate: Tue Aug 4 18:31:17 2026 +0800
Bump python version to 4.17.4
---
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 35ad585cd0..862665be99 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.3'
+version = '4.17.4'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'