Skip to content

Commit 9a8e1b4

Browse files
Preparing to release version 1.4.2.
1 parent 84b594a commit 9a8e1b4

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

doc/src/release_notes.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ python-oracledb Release Notes
77

88
For deprecations, see :ref:`Deprecations <deprecations>`.
99

10+
oracledb 1.4.2 (October 2023)
11+
-----------------------------
12+
13+
Thick Changes
14+
+++++++++++++
15+
16+
#) Fixed bug resulting in a segfault on some platforms when using two-phase
17+
commit.
18+
19+
Common Changes
20+
++++++++++++++
21+
22+
#) Pre-built binaries are now being created for Python 3.12
23+
(`issue 237 <https://github.com/oracle/python-oracledb/issues/237>`__).
24+
25+
1026
oracledb 1.4.1 (September 2023)
1127
-------------------------------
1228

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__ = "1.4.1"
33+
__version__ = "1.4.2"

0 commit comments

Comments
 (0)