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 b1c2d2c  PHOENIX-7312 Release PhoenixDB 1.2.2 (#152)
b1c2d2c is described below

commit b1c2d2c5a24bdc8141570d3b626bd4cf1bae6e5b
Author: richardantal <richardan...@apache.org>
AuthorDate: Thu May 9 09:40:39 2024 +0200

    PHOENIX-7312 Release PhoenixDB 1.2.2 (#152)
---
 python-phoenixdb/NEWS.rst | 5 ++++-
 python-phoenixdb/setup.py | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/python-phoenixdb/NEWS.rst b/python-phoenixdb/NEWS.rst
index 59824c9..2433f80 100644
--- a/python-phoenixdb/NEWS.rst
+++ b/python-phoenixdb/NEWS.rst
@@ -1,10 +1,13 @@
 Changelog
 =========
 
-Unreleased
+Version 1.2.2
 ----------
 - Update python-phoenixdb/RELEASING.rst (PHOENIX-6820)
+- Crash Due to Unhandled JDBC Type Code 0 for NULL Values (PHOENIX-7246)
+- Manage requests-gssapi version for Phython 3.7 and lower (PHOENIX-7221)
 - Add Python 3.11 to supported languages and update docker test image for 
phoenixdb (PHOENIX-6858)
+- Add Python 3.12 to supported versions and the test matrix (PHOENIX-7222)
 - Document workaround for PhoenixDB 1.2+ not working with Python2 on some 
systems (PHOENIX-6863)
 - Update install instructions in README.rst (PHOENIX-6812)
 - Add support for SQLAlchemy 2.0 (PHOENIX-6892)
diff --git a/python-phoenixdb/setup.py b/python-phoenixdb/setup.py
index 36a33f5..38b53f8 100644
--- a/python-phoenixdb/setup.py
+++ b/python-phoenixdb/setup.py
@@ -61,7 +61,7 @@ else:
         'Sphinx;python_version>="3.6"',
     ],
 
-version = "1.2.2.dev0"
+version = "1.2.2"
 
 setup(
     name="phoenixdb",

Reply via email to