Skip to content

Commit 9023609

Browse files
Preparing to release cx_Oracle 7.1.1.
1 parent e3d3764 commit 9023609

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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 = '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:

doc/src/releasenotes.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1123
Version 7.1 (February 2019)
1224
---------------------------
1325

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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
2626
extraLinkArgs = []

0 commit comments

Comments
 (0)