Skip to content

Commit dd22851

Browse files
Preparing to release python-oracledb 3.0.0.
1 parent 40d0880 commit dd22851

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: doc/src/release_notes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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.0.0 (TBD)
15-
--------------------
14+
oracledb 3.0.0 (March 2025)
15+
---------------------------
1616

1717
Thin Mode Changes
1818
+++++++++++++++++

Diff for: src/oracledb/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -----------------------------------------------------------------------------
2-
# Copyright (c) 2021, 2024, Oracle and/or its affiliates.
2+
# Copyright (c) 2021, 2025, Oracle and/or its affiliates.
33
#
44
# This software is dual-licensed to you under the Universal Permissive License
55
# (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl and Apache License
@@ -30,4 +30,4 @@
3030
# file doc/src/conf.py both reference this file directly.
3131
# -----------------------------------------------------------------------------
3232

33-
__version__ = "3.0.0b1"
33+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)