Skip to content

Commit 2bf6d2f

Browse files
Update to ODPI-C 4.0.2.
1 parent 10e5c25 commit 2bf6d2f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The short X.Y version.
4343
version = '8.0'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '8.0.0'
45+
release = '8.0.1'
4646

4747
# There are two options for replacing |today|: either, you set today to some
4848
# non-false value, then it is used:

doc/src/release_notes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
cx_Oracle Release Notes
66
=======================
77

8+
Version 8.0.1 (TBD)
9+
-------------------
10+
11+
#) Updated embedded ODPI-C to `version 4.0.2
12+
<https://oracle.github.io/odpi/doc/releasenotes.html#
13+
version-4-0-2-TBD>`__. This includes the fix for
14+
(`issue 459 <https://github.com/oracle/python-cx_Oracle/issues/459>`__).
15+
16+
817
Version 8.0 (June 2020)
918
-----------------------
1019

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from distutils.extension import Extension
2525

2626
# define build constants
27-
BUILD_VERSION = "8.0.0"
27+
BUILD_VERSION = "8.0.1"
2828

2929
# setup extra link and compile args
3030
extraLinkArgs = []

0 commit comments

Comments
 (0)