You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ri...@apache.org on 2022/10/25 14:50:52 UTC

[phoenix-queryserver] branch master updated: PHOENIX-6819 Bump phoenixdb version to 1.2.2.dev0 after release (#110)

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

richardantal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


The following commit(s) were added to refs/heads/master by this push:
     new e4e339c  PHOENIX-6819 Bump phoenixdb version to 1.2.2.dev0 after release (#110)
e4e339c is described below

commit e4e339c4279cb9db9d9bb96c433a228e0527b953
Author: richardantal <ri...@apache.org>
AuthorDate: Tue Oct 25 16:50:47 2022 +0200

    PHOENIX-6819 Bump phoenixdb version to 1.2.2.dev0 after release (#110)
---
 python-phoenixdb/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-phoenixdb/setup.py b/python-phoenixdb/setup.py
index 241b33c..749bc90 100644
--- a/python-phoenixdb/setup.py
+++ b/python-phoenixdb/setup.py
@@ -59,7 +59,7 @@ else:
         'Sphinx;python_version>="3.6"',
     ],
 
-version = "1.2.1"
+version = "1.2.2.dev0"
 
 setup(
     name="phoenixdb",