Skip to content

Commit 02d36b4

Browse files
Preparing to release cx_Oracle 7.2.2.
1 parent bb84eec commit 02d36b4

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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 = '7.2'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '7.2.1'
45+
release = '7.2.2'
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55
cx_Oracle Release Notes
66
=======================
77

8+
Version 7.2.2 (August 2019)
9+
---------------------------
10+
11+
#) Updated embedded ODPI-C to `version 3.2.1
12+
<https://oracle.github.io/odpi/doc/releasenotes.html#
13+
version-3-2-1-august-12-2019>`__.
14+
#) A more meaningful error is now returned when calling
15+
:meth:`SodaCollection.insertMany()` with an empty list.
16+
#) A more meaningful error is now returned when calling
17+
:meth:`Subscription.registerquery()` with SQL that is not a SELECT
18+
statement.
19+
#) Eliminated segfault when a connection is closed after being created by a
20+
call to :meth:`cx_Oracle.connect()` with the parameter ``cclass`` set to
21+
a non-empty string.
22+
#) Added user guide documentation.
23+
#) Updated default connect strings to use 19c and XE 18c defaults.
24+
25+
826
Version 7.2.1 (July 2019)
927
-------------------------
1028

setup.py

Lines changed: 1 addition & 1 deletion
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.1"
23+
BUILD_VERSION = "7.2.2"
2424

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

0 commit comments

Comments
 (0)