We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bff87 commit da1ea5aCopy full SHA for da1ea5a
doc/src/release_notes.rst
@@ -11,8 +11,8 @@ Release changes are listed as affecting Thin Mode (the default runtime behavior
11
of python-oracledb), as affecting the optional :ref:`Thick Mode
12
<enablingthick>`, or as being 'Common' for changes that impact both modes.
13
14
-oracledb 2.3.0 (TBD)
15
---------------------
+oracledb 2.3.0 (July 2024)
+--------------------------
16
17
Thin Mode Changes
18
+++++++++++++++++
src/oracledb/version.py
@@ -30,4 +30,4 @@
30
# file doc/src/conf.py both reference this file directly.
31
# -----------------------------------------------------------------------------
32
33
-__version__ = "2.3.0b1"
+__version__ = "2.3.0"
0 commit comments