Update to ODPI-C 4.0.2.

This commit is contained in:
Anthony Tuininga 2020-08-31 20:22:36 -06:00
parent 10e5c258fe
commit 2bf6d2fc70
4 changed files with 12 additions and 3 deletions

View File

@ -42,7 +42,7 @@ author = 'Oracle'
# The short X.Y version.
version = '8.0'
# The full version, including alpha/beta/rc tags.
release = '8.0.0'
release = '8.0.1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

View File

@ -5,6 +5,15 @@
cx_Oracle Release Notes
=======================
Version 8.0.1 (TBD)
-------------------
#) Updated embedded ODPI-C to `version 4.0.2
<https://oracle.github.io/odpi/doc/releasenotes.html#
version-4-0-2-TBD>`__. This includes the fix for
(`issue 459 <https://github.com/oracle/python-cx_Oracle/issues/459>`__).
Version 8.0 (June 2020)
-----------------------

2
odpi

@ -1 +1 @@
Subproject commit 9b8206d2d6baf8add270038c6b425c1ef450d309
Subproject commit 3a6a8d2efff86c8b0cdfac1436c9bc3a83495878

View File

@ -24,7 +24,7 @@ except:
from distutils.extension import Extension
# define build constants
BUILD_VERSION = "8.0.0"
BUILD_VERSION = "8.0.1"
# setup extra link and compile args
extraLinkArgs = []