Update ODPI-C to 4.2.1 in preparation for releasing cx_Oracle 8.2.1.

This commit is contained in:
Anthony Tuininga 2021-05-28 15:00:33 -06:00
parent 94e9489e25
commit ba57083204
4 changed files with 11 additions and 3 deletions

View File

@ -42,7 +42,7 @@ author = 'Oracle'
# The short X.Y version.
version = '8.2'
# The full version, including alpha/beta/rc tags.
release = '8.2.0'
release = '8.2.1'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

View File

@ -7,6 +7,14 @@ cx_Oracle Release Notes
For any deprecations, see :ref:`Deprecations <deprecations>`.
Version 8.2.1 (June 2021)
-------------------------
#) Updated embedded ODPI-C to `version 4.2.1
<https://oracle.github.io/odpi/doc/releasenotes.html#
version-4-2-1-tbd>`__.
Version 8.2 (May 2021)
----------------------

2
odpi

@ -1 +1 @@
Subproject commit 5574630dcf41ce0c09124059b8ee2ba5bc07efb9
Subproject commit 9f4744fd2591f0274ae8c2bbc2a8bce8def6e11c

View File

@ -16,7 +16,7 @@ if sys.version_info[:2] < (3, 6):
pkg_resources.require("setuptools>=40.6.0")
# define build constants
BUILD_VERSION = "8.2.0"
BUILD_VERSION = "8.2.1"
# setup extra link and compile args
extra_link_args = []