Update to ODPI-C 4.0.2.
This commit is contained in:
parent
10e5c258fe
commit
2bf6d2fc70
@ -42,7 +42,7 @@ author = 'Oracle'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '8.0'
|
version = '8.0'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
|||||||
@ -5,6 +5,15 @@
|
|||||||
cx_Oracle Release Notes
|
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)
|
Version 8.0 (June 2020)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|||||||
2
odpi
2
odpi
@ -1 +1 @@
|
|||||||
Subproject commit 9b8206d2d6baf8add270038c6b425c1ef450d309
|
Subproject commit 3a6a8d2efff86c8b0cdfac1436c9bc3a83495878
|
||||||
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ except:
|
|||||||
from distutils.extension import Extension
|
from distutils.extension import Extension
|
||||||
|
|
||||||
# define build constants
|
# define build constants
|
||||||
BUILD_VERSION = "8.0.0"
|
BUILD_VERSION = "8.0.1"
|
||||||
|
|
||||||
# setup extra link and compile args
|
# setup extra link and compile args
|
||||||
extraLinkArgs = []
|
extraLinkArgs = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user