From 2bf6d2fc701bc3cb1cfe87bc02166b723950f0c0 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 31 Aug 2020 20:22:36 -0600 Subject: [PATCH] Update to ODPI-C 4.0.2. --- doc/src/conf.py | 2 +- doc/src/release_notes.rst | 9 +++++++++ odpi | 2 +- setup.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index ebdc717..696c684 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -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: diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index 0eec917..be7f084 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -5,6 +5,15 @@ cx_Oracle Release Notes ======================= +Version 8.0.1 (TBD) +------------------- + +#) Updated embedded ODPI-C to `version 4.0.2 + `__. This includes the fix for + (`issue 459 `__). + + Version 8.0 (June 2020) ----------------------- diff --git a/odpi b/odpi index 9b8206d..3a6a8d2 160000 --- a/odpi +++ b/odpi @@ -1 +1 @@ -Subproject commit 9b8206d2d6baf8add270038c6b425c1ef450d309 +Subproject commit 3a6a8d2efff86c8b0cdfac1436c9bc3a83495878 diff --git a/setup.py b/setup.py index d855654..2105d19 100644 --- a/setup.py +++ b/setup.py @@ -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 = []