Skip to content

Commit cd83f7b

Browse files
Bump version in preparation for new changes.
1 parent a714682 commit cd83f7b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

doc/src/release_notes.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ 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.5.0 <https://github.com/oracle/python-oracledb/compare/v3.4.0...v3.5.0>`__ (TBD)
17+
--------------------------------------------------------------------------------------------
18+
19+
Thin Mode Changes
20+
+++++++++++++++++
21+
22+
Thick Mode Changes
23+
++++++++++++++++++
24+
25+
Common Changes
26+
++++++++++++++
27+
28+
1629
oracledb `3.4.0 <https://github.com/oracle/python-oracledb/compare/v3.3.0...v3.4.0>`__ (October 2025)
1730
-----------------------------------------------------------------------------------------------------
1831

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.0"
33+
__version__ = "3.5.0b1"

0 commit comments

Comments
 (0)