This is an automated email from the ASF dual-hosted git repository.
chenhang pushed a commit to branch branch-4.14
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.14 by this push:
new 252eaab97e Bump python client version to 4.14.8
252eaab97e is described below
commit 252eaab97e13172b05ea15fad9a55b14edc05618
Author: chenhang <[email protected]>
AuthorDate: Mon Jul 17 16:18:03 2023 +0800
Bump python client version to 4.14.8
---
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 b761a572c5..ad503a8017 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.14.7'
+version = '4.14.8'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'