This is an automated email from the ASF dual-hosted git repository.
yong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 393834b Preparing for the release 4.14 (#2713)
393834b is described below
commit 393834b6131423c0b7c5d7baa54b1bd867afe72a
Author: Andrey Yegorov <[email protected]>
AuthorDate: Mon Aug 23 19:42:08 2021 -0700
Preparing for the release 4.14 (#2713)
Descriptions of the changes in this PR:
Updated py client's version to 4.14
### Motivation
Preparing for the release
https://bookkeeper.apache.org/community/release_guide/#change-python-client-version
---
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 ace6611..a8bb290 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.12.0'
+version = '4.14.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'