File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- Unreleased
4
+ Version 1.2.2
5
5
----------
6
6
- 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)
7
9
- 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)
8
11
- Document workaround for PhoenixDB 1.2+ not working with Python2 on some systems (PHOENIX-6863)
9
12
- Update install instructions in README.rst (PHOENIX-6812)
10
13
- Add support for SQLAlchemy 2.0 (PHOENIX-6892)
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def readme():
61
61
'Sphinx;python_version>="3.6"' ,
62
62
],
63
63
64
- version = "1.2.2.dev0 "
64
+ version = "1.2.2"
65
65
66
66
setup (
67
67
name = "phoenixdb" ,
You can’t perform that action at this time.
0 commit comments