This is an automated email from the ASF dual-hosted git repository. xyz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-client-python.git
The following commit(s) were added to refs/heads/main by this push: new a6476d9 Bumped version to 3.2.0a1 (#105) a6476d9 is described below commit a6476d9c45508f55a7af4b25001038a8e3a27489 Author: Yunze Xu <xyzinfern...@163.com> AuthorDate: Tue Mar 14 19:11:45 2023 +0800 Bumped version to 3.2.0a1 (#105) --- pulsar/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulsar/__about__.py b/pulsar/__about__.py index a66d247..1c296a7 100644 --- a/pulsar/__about__.py +++ b/pulsar/__about__.py @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # under the License. # -__version__='3.1.0a1' +__version__='3.2.0a1'