Skip to content

Commit 55cd513

Browse files
Preparing to release cx_Oracle 6.3.1.
1 parent 85c4af9 commit 55cd513

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
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 = '6.3'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '6.3.0'
45+
release = '6.3.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/releasenotes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ cx_Oracle Release Notes
88

99
.. _releasenotes60:
1010

11+
Version 6.3.1 (May 2018)
12+
------------------------
13+
14+
#) Update to `ODPI-C 2.3.2
15+
<https://oracle.github.io/odpi/doc/releasenotes.html#
16+
version-2-3-2-may-7-2018>`__.
17+
18+
- Ensure that a call to unregister a subscription only occurs if the
19+
subscription is still registered.
20+
- Ensure that before a statement is executed any buffers used for DML
21+
returning statments are reset.
22+
23+
#) Ensure that behavior with cx_Oracle.__future__.dml_ret_array_val not
24+
set or False is the same as the behavior in cx_Oracle 6.2
25+
(`issue 176 <https://github.com/oracle/python-cx_Oracle/issues/176>`__).
26+
27+
1128
Version 6.3 (April 2018)
1229
------------------------
1330

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 = "6.3"
23+
BUILD_VERSION = "6.3.1"
2424

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

0 commit comments

Comments
 (0)