Skip to content

Commit 45118e0

Browse files
Preparing to release cx_Oracle 8.3.
1 parent 29ca919 commit 45118e0

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cx_Oracle version 8.3 (Development)
1+
# cx_Oracle version 8.3
22

33
cx_Oracle is a Python extension module that enables access to Oracle
44
Database. It conforms to the [Python database API 2.0

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.3'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '8.3.0-dev'
45+
release = '8.3.0'
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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ cx_Oracle Release Notes
77

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

10-
Version 8.3 (TBD)
11-
-----------------
10+
Version 8.3 (November 2021)
11+
---------------------------
1212

1313
#) Updated embedded ODPI-C to `version 4.3.0
1414
<https://oracle.github.io/odpi/doc/releasenotes.html#
15-
version-4-3-tbd>`__.
15+
version-4-3-november-4-2021>`__.
1616
#) Added official support for Python 3.10.
17+
#) Support for dequeuing messages from Oracle Transactional Event Queue (TEQ)
18+
queues was restored.
1719
#) Corrected calculation of attribute :data:`MessageProperties.msgid`. Note
1820
that the attribute is now also read only.
1921
#) Binary integer variables now explicitly convert values to integers (since

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.3.0-dev"
19+
BUILD_VERSION = "8.3.0"
2020

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

0 commit comments

Comments
 (0)