Codebase list python-cx-oracle / 2bf6d2f
Update to ODPI-C 4.0.2. Anthony Tuininga 3 years ago
4 changed file(s) with 11 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4141 # The short X.Y version.
4242 version = '8.0'
4343 # The full version, including alpha/beta/rc tags.
44 release = '8.0.0'
44 release = '8.0.1'
4545
4646 # There are two options for replacing |today|: either, you set today to some
4747 # non-false value, then it is used:
33
44 cx_Oracle Release Notes
55 =======================
6
7 Version 8.0.1 (TBD)
8 -------------------
9
10 #) Updated embedded ODPI-C to `version 4.0.2
11 <https://oracle.github.io/odpi/doc/releasenotes.html#
12 version-4-0-2-TBD>`__. This includes the fix for
13 (`issue 459 <https://github.com/oracle/python-cx_Oracle/issues/459>`__).
14
615
716 Version 8.0 (June 2020)
817 -----------------------
(No changes)
2323 from distutils.extension import Extension
2424
2525 # define build constants
26 BUILD_VERSION = "8.0.0"
26 BUILD_VERSION = "8.0.1"
2727
2828 # setup extra link and compile args
2929 extraLinkArgs = []