This is an automated email from the ASF dual-hosted git repository.
eolivelli 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 7071dac Change Python client version to 4.10.0
7071dac is described below
commit 7071dac225cb2e4924e4c1e75225e572270a7135
Author: Enrico Olivelli <[email protected]>
AuthorDate: Fri Sep 27 16:00:55 2019 +0200
Change Python client version to 4.10.0
According to the release guide, before cutting a release we have to remove
the 'alpha' qualifier from Python client version
Reviewers: Ivan Kelly <[email protected]>
This closes #2163 from eolivelli/fix/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 2b205dc..633a815 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.10.0-alpha-0'
+version = '4.10.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'