Skip to content

Commit

Permalink
Preparing to release cx_Oracle 6.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed May 7, 2018
1 parent 85c4af9 commit 55cd513
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# The short X.Y version.
version = '6.3'
# The full version, including alpha/beta/rc tags.
release = '6.3.0'
release = '6.3.1'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
17 changes: 17 additions & 0 deletions doc/src/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ cx_Oracle Release Notes

.. _releasenotes60:

Version 6.3.1 (May 2018)
------------------------

#) Update to `ODPI-C 2.3.2
<https://oracle.github.io/odpi/doc/releasenotes.html#
version-2-3-2-may-7-2018>`__.

- Ensure that a call to unregister a subscription only occurs if the
subscription is still registered.
- Ensure that before a statement is executed any buffers used for DML
returning statments are reset.

#) Ensure that behavior with cx_Oracle.__future__.dml_ret_array_val not
set or False is the same as the behavior in cx_Oracle 6.2
(`issue 176 <https://github.com/oracle/python-cx_Oracle/issues/176>`__).


Version 6.3 (April 2018)
------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from distutils.extension import Extension

# define build constants
BUILD_VERSION = "6.3"
BUILD_VERSION = "6.3.1"

# setup extra link and compile args
extraLinkArgs = []
Expand Down

0 comments on commit 55cd513

Please sign in to comment.