Skip to content

Commit

Permalink
Preparing to release 6.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed Aug 18, 2017
1 parent c11a5f9 commit 6582aac
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
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.0'
# The full version, including alpha/beta/rc tags.
release = '6.0'
release = '6.0.1'

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

.. _releasenotes60:

Version 6.0.1 (August 2017)
---------------------------

#) Update to `ODPI-C 2.0.1
<https://oracle.github.io/odpi/doc/releasenotes.html
#version-2-0-1-august-18-2017>`__.

- Ensure that queries registered via :meth:`Subscription.registerquery()`
do not prevent the associated connection from being closed
(`ODPI-C issue 27 <https://github.com/oracle/odpi/issues/27>`__).
- Deprecated attribute :attr:`Subscription.id` as it was never intended to
be exposed (`ODPI-C issue 28
<https://github.com/oracle/odpi/issues/28>`__). It will be dropped in
version 6.1.
- Add support for DML returning statements that require dynamically
allocated variable data (such as CLOBs being returned as strings).

#) Correct packaging of Python 2.7 UCS4 wheels on Linux
(`issue 64 <https://github.com/oracle/python-cx_Oracle/issues/64>`__).
#) Updated documentation.


Version 6.0 (August 2017)
-------------------------

Expand Down

0 comments on commit 6582aac

Please sign in to comment.