Skip to content

Commit c8459e9

Browse files
author
Richard Antal
committed
PHOENIX-7312 Release PhoenixDB 1.2.2
1 parent dae48e2 commit c8459e9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

python-phoenixdb/NEWS.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Changelog
22
=========
33

4-
Unreleased
4+
Version 1.2.2
55
----------
66
- Update python-phoenixdb/RELEASING.rst (PHOENIX-6820)
7+
- Crash Due to Unhandled JDBC Type Code 0 for NULL Values (PHOENIX-7246)
8+
- Manage requests-gssapi version for Phython 3.7 and lower (PHOENIX-7221)
79
- Add Python 3.11 to supported languages and update docker test image for phoenixdb (PHOENIX-6858)
10+
- Add Python 3.12 to supported versions and the test matrix (PHOENIX-7222)
811
- Document workaround for PhoenixDB 1.2+ not working with Python2 on some systems (PHOENIX-6863)
912
- Update install instructions in README.rst (PHOENIX-6812)
1013
- Add support for SQLAlchemy 2.0 (PHOENIX-6892)

python-phoenixdb/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def readme():
6161
'Sphinx;python_version>="3.6"',
6262
],
6363

64-
version = "1.2.2.dev0"
64+
version = "1.2.2"
6565

6666
setup(
6767
name="phoenixdb",

0 commit comments

Comments
 (0)