Skip to content

Commit a064970

Browse files
Preparing to release cx_Oracle 7.2.3.
1 parent 81bb940 commit a064970

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

doc/src/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The short X.Y version.
4343
version = '7.2'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '7.2.2'
45+
release = '7.2.3'
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

+15
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
cx_Oracle Release Notes
66
=======================
77

8+
Version 7.2.3 (October 2019)
9+
----------------------------
10+
11+
#) Updated embedded ODPI-C to `version 3.2.2
12+
<https://oracle.github.io/odpi/doc/releasenotes.html#
13+
version-3-2-2-october-1-2019>`__.
14+
#) Restored support for setting numeric bind variables with boolean values.
15+
#) Ensured that sharding keys are dedicated to the connection that is acquired
16+
using them in order to avoid possible hangs, crashes or unusual errors.
17+
#) Corrected support for PLS_INTEGER and BINARY_INTEGER types when used in
18+
PL/SQL records
19+
(`ODPI-C issue 112 <https://github.com/oracle/odpi/issues/112>`__).
20+
#) Improved documentation.
21+
22+
823
Version 7.2.2 (August 2019)
924
---------------------------
1025

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.extension import Extension
2121

2222
# define build constants
23-
BUILD_VERSION = "7.2.2"
23+
BUILD_VERSION = "7.2.3"
2424

2525
# setup extra link and compile args
2626
extraLinkArgs = []

0 commit comments

Comments
 (0)