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 2020/10/20 09:08:10 UTC

[bookkeeper] branch branch-4.11 updated: Fix Python package version on branch-4.11 after 4.11.1 release

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

eolivelli pushed a commit to branch branch-4.11
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.11 by this push:
     new 543410f  Fix Python package version on branch-4.11 after 4.11.1 release
543410f is described below

commit 543410f9291bba68f98b84b0e07841ae2bcca652
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Tue Oct 20 11:01:21 2020 +0200

    Fix Python package version on branch-4.11 after 4.11.1 release
---
 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 35ca17b..0074475 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.11.0'
+version = '4.11.2'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'