File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- # cx_Oracle version 8.3 (Development)
1+ # cx_Oracle version 8.3
22
33cx_Oracle is a Python extension module that enables access to Oracle
44Database. It conforms to the [ Python database API 2.0
Original file line number Diff line number Diff line change 4242# The short X.Y version.
4343version = '8.3'
4444# The full version, including alpha/beta/rc tags.
45- release = '8.3.0-dev '
45+ release = '8.3.0'
4646
4747# There are two options for replacing |today|: either, you set today to some
4848# non-false value, then it is used:
Original file line number Diff line number Diff line change @@ -7,13 +7,15 @@ cx_Oracle Release Notes
77
88For any deprecations, see :ref: `Deprecations <deprecations >`.
99
10- Version 8.3 (TBD )
11- -----------------
10+ Version 8.3 (November 2021 )
11+ ---------------------------
1212
1313#) Updated embedded ODPI-C to `version 4.3.0
1414 <https://oracle.github.io/odpi/doc/releasenotes.html#
15- version-4-3-tbd > `__.
15+ version-4-3-november-4-2021 > `__.
1616#) Added official support for Python 3.10.
17+ #) Support for dequeuing messages from Oracle Transactional Event Queue (TEQ)
18+ queues was restored.
1719#) Corrected calculation of attribute :data: `MessageProperties.msgid `. Note
1820 that the attribute is now also read only.
1921#) Binary integer variables now explicitly convert values to integers (since
Original file line number Diff line number Diff line change 1616pkg_resources .require ("setuptools>=40.6.0" )
1717
1818# define build constants
19- BUILD_VERSION = "8.3.0-dev "
19+ BUILD_VERSION = "8.3.0"
2020
2121# setup extra link and compile args
2222extra_link_args = []
You can’t perform that action at this time.
0 commit comments