Skip to content

Commit 9f82725

Browse files
Bump version in preparation for new changes.
1 parent 73e5063 commit 9f82725

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
@@ -11,6 +11,19 @@ Release changes are listed as affecting Thin Mode (the default runtime behavior
1111
of python-oracledb), as affecting the optional :ref:`Thick Mode
1212
<enablingthick>`, or as being 'Common' for changes that impact both modes.
1313

14+
oracledb 3.1.1 (TBD)
15+
--------------------
16+
17+
Thin Mode Changes
18+
+++++++++++++++++
19+
20+
Thick Mode Changes
21+
++++++++++++++++++
22+
23+
Common Changes
24+
++++++++++++++
25+
26+
1427
oracledb 3.1.0 (April 2025)
1528
---------------------------
1629

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.1.0"
33+
__version__ = "3.1.1"

0 commit comments

Comments
 (0)