Skip to content

Commit a714682

Browse files
Preparing to release python-oracledb 3.4.
1 parent 4a414d8 commit a714682

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Release changes are listed as affecting Thin Mode (the default runtime behavior
1313
of python-oracledb), as affecting the optional :ref:`Thick Mode
1414
<enablingthick>`, or as being 'Common' for changes that impact both modes.
1515

16-
oracledb `3.4.0 <https://github.com/oracle/python-oracledb/compare/v3.3.0...v3.4.0>`__ (TBD)
17-
--------------------------------------------------------------------------------------------
16+
oracledb `3.4.0 <https://github.com/oracle/python-oracledb/compare/v3.3.0...v3.4.0>`__ (October 2025)
17+
-----------------------------------------------------------------------------------------------------
1818

1919
Thin Mode Changes
2020
+++++++++++++++++

src/oracledb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
# file doc/src/conf.py both reference this file directly.
3131
# -----------------------------------------------------------------------------
3232

33-
__version__ = "3.4.0b1"
33+
__version__ = "3.4.0"

0 commit comments

Comments
 (0)