Skip to content

Commit 6582aac

Browse files
Preparing to release 6.0.1.
1 parent c11a5f9 commit 6582aac

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
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.0'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '6.0'
45+
release = '6.0.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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,28 @@ cx_Oracle Release Notes
88

99
.. _releasenotes60:
1010

11+
Version 6.0.1 (August 2017)
12+
---------------------------
13+
14+
#) Update to `ODPI-C 2.0.1
15+
<https://oracle.github.io/odpi/doc/releasenotes.html
16+
#version-2-0-1-august-18-2017>`__.
17+
18+
- Ensure that queries registered via :meth:`Subscription.registerquery()`
19+
do not prevent the associated connection from being closed
20+
(`ODPI-C issue 27 <https://github.com/oracle/odpi/issues/27>`__).
21+
- Deprecated attribute :attr:`Subscription.id` as it was never intended to
22+
be exposed (`ODPI-C issue 28
23+
<https://github.com/oracle/odpi/issues/28>`__). It will be dropped in
24+
version 6.1.
25+
- Add support for DML returning statements that require dynamically
26+
allocated variable data (such as CLOBs being returned as strings).
27+
28+
#) Correct packaging of Python 2.7 UCS4 wheels on Linux
29+
(`issue 64 <https://github.com/oracle/python-cx_Oracle/issues/64>`__).
30+
#) Updated documentation.
31+
32+
1133
Version 6.0 (August 2017)
1234
-------------------------
1335

0 commit comments

Comments
 (0)