File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 42
42
# The short X.Y version.
43
43
version = '7.1'
44
44
# The full version, including alpha/beta/rc tags.
45
- release = '7.1.0 '
45
+ release = '7.1.1 '
46
46
47
47
# There are two options for replacing |today|: either, you set today to some
48
48
# non-false value, then it is used:
Original file line number Diff line number Diff line change @@ -8,6 +8,18 @@ cx_Oracle Release Notes
8
8
9
9
.. _releasenotes70 :
10
10
11
+ Version 7.1.1 (February 2019)
12
+ -----------------------------
13
+
14
+ #) Updated to `ODPI-C 3.1.2
15
+ <https://oracle.github.io/odpi/doc/releasenotes.html#
16
+ version-3-1-2-february-19-2019> `__.
17
+ #) Corrected code for freeing CQN message objects when multiple queries are
18
+ registered
19
+ (`ODPI-C issue 96 <https://github.com/oracle/odpi/issues/96 >`__).
20
+ #) Improved error messages and installation documentation.
21
+
22
+
11
23
Version 7.1 (February 2019)
12
24
---------------------------
13
25
Original file line number Diff line number Diff line change 20
20
from distutils .extension import Extension
21
21
22
22
# define build constants
23
- BUILD_VERSION = "7.1.0 "
23
+ BUILD_VERSION = "7.1.1 "
24
24
25
25
# setup extra link and compile args
26
26
extraLinkArgs = []
You can’t perform that action at this time.
0 commit comments