From c38aa27d7dcd16ec65e76df0e40f7a9b6cb863cd Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 6 Oct 2022 03:32:17 +0100 Subject: chore: bump version number to release 2.9.4 --- NEWS | 15 ++++++++------- setup.py | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 75b5e8a..2c3a5f8 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ -What's new in psycopg 2.9.4 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Current release +--------------- + +What's new in psycopg 2.9.4 +^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- Fix `register_composite()`, `register_range()` with customized search_path +- Fix `~psycopg2.extras.register_composite()`, + `~psycopg2.extras.register_range()` with customized search_path (:ticket:`#1487`). - Handle correctly composite types with names or in schemas requiring escape. - `~psycopg2.errorcodes` map and `~psycopg2.errors` classes updated to @@ -9,9 +13,6 @@ What's new in psycopg 2.9.4 (unreleased) - Wheel package compiled against OpenSSL 1.1.1q and PostgreSQL 14.4 -Current release ---------------- - What's new in psycopg 2.9.3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -33,7 +34,7 @@ What's new in psycopg 2.9.2 What's new in psycopg 2.9.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Fix regression with named `sql.Placeholder` (:ticket:`#1291`). +- Fix regression with named `~psycopg2.sql.Placeholder` (:ticket:`#1291`). What's new in psycopg 2.9 diff --git a/setup.py b/setup.py index 66ca1d7..8930bcc 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ except ImportError: # Take a look at https://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.9.4.dev0' +PSYCOPG_VERSION = '2.9.4' # note: if you are changing the list of supported Python version please fix -- cgit v1.2.1