You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2023/04/14 16:01:17 UTC

[bookkeeper] branch branch-4.16 updated: Upgrade python client version to 4.16.1 (#3921)

This is an automated email from the ASF dual-hosted git repository.

eolivelli 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 c772d0e9a2 Upgrade python client version to 4.16.1 (#3921)
c772d0e9a2 is described below

commit c772d0e9a28f672a1f51968a425fe20194241f0d
Author: Hang Chen <ch...@apache.org>
AuthorDate: Sat Apr 15 00:01:10 2023 +0800

    Upgrade python client version to 4.16.1 (#3921)
---
 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 d2c1c36bff..03d2c8a87c 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.0'
+version = '4.16.1'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'