Skip to content

Commit ba57083

Browse files
Update ODPI-C to 4.2.1 in preparation for releasing cx_Oracle 8.2.1.
1 parent 94e9489 commit ba57083

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

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 = '8.2'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '8.2.0'
45+
release = '8.2.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/release_notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ cx_Oracle Release Notes
77

88
For any deprecations, see :ref:`Deprecations <deprecations>`.
99

10+
Version 8.2.1 (June 2021)
11+
-------------------------
12+
13+
#) Updated embedded ODPI-C to `version 4.2.1
14+
<https://oracle.github.io/odpi/doc/releasenotes.html#
15+
version-4-2-1-tbd>`__.
16+
17+
1018
Version 8.2 (May 2021)
1119
----------------------
1220

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
pkg_resources.require("setuptools>=40.6.0")
1717

1818
# define build constants
19-
BUILD_VERSION = "8.2.0"
19+
BUILD_VERSION = "8.2.1"
2020

2121
# setup extra link and compile args
2222
extra_link_args = []

0 commit comments

Comments
 (0)