We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ebf092 commit 73e5063Copy full SHA for 73e5063
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 3.1.0 (TBD)
15
---------------------
+oracledb 3.1.0 (April 2025)
+---------------------------
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__ = "3.1.0b1"
+__version__ = "3.1.0"
0 commit comments