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"