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 4242# The short X.Y version.
4343version = '7.1'
4444# The full version, including alpha/beta/rc tags.
45- release = '7.1.0 '
45+ release = '7.1.1 '
4646
4747# There are two options for replacing |today|: either, you set today to some
4848# 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
88
99.. _releasenotes70 :
1010
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+
1123Version 7.1 (February 2019)
1224---------------------------
1325
Original file line number Diff line number Diff line change 2020 from distutils .extension import Extension
2121
2222# define build constants
23- BUILD_VERSION = "7.1.0 "
23+ BUILD_VERSION = "7.1.1 "
2424
2525# setup extra link and compile args
2626extraLinkArgs = []
You can’t perform that action at this time.
0 commit comments