From 0672c77964eaa8bba79c23c0cdc8198ec1ceefa6 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 2 May 2024 10:11:10 -0600 Subject: [PATCH] Preparing to release python-oracledb 2.2.0. --- doc/src/release_notes.rst | 4 ++-- src/oracledb/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index df4cd040..ea07a8d5 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -11,8 +11,8 @@ Release changes are listed as affecting Thin Mode (the default runtime behavior of python-oracledb), as affecting the optional :ref:`Thick Mode `, or as affecting 'Common' for changes that impact both modes. -oracledb 2.2.0 (TBD) --------------------- +oracledb 2.2.0 (May 2024) +------------------------- Thin Mode Changes +++++++++++++++++ diff --git a/src/oracledb/version.py b/src/oracledb/version.py index 99cfaebe..8007a308 100644 --- a/src/oracledb/version.py +++ b/src/oracledb/version.py @@ -30,4 +30,4 @@ # file doc/src/conf.py both reference this file directly. # ----------------------------------------------------------------------------- -__version__ = "2.2.0b1" +__version__ = "2.2.0"