You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by rd...@apache.org on 2020/06/20 17:25:05 UTC

[bookkeeper] branch master updated: Change Python client version to 4.11.0

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

rdhabalia 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 b7e9142  Change Python client version to 4.11.0
b7e9142 is described below

commit b7e91423ddb1dfd9c4f00f580b2f9cbaaa26a2f8
Author: Rajan Dhabalia <rd...@apache.org>
AuthorDate: Sat Jun 20 10:24:54 2020 -0700

    Change Python client version to 4.11.0
    
    According to the release guide, before cutting a release we have to remove the 'alpha' qualifier from Python client version
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>
    
    This closes #2362 from rdhabalia/python_client
---
 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 40268d9..747388e 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-SNAPSHOT'
+version = '4.11.0'
 # Should be one of:
 # 'Development Status :: 3 - Alpha'
 # 'Development Status :: 4 - Beta'