From: Daniele Varrazzo Date: Fri, 1 May 2026 20:41:15 +0000 (+0200) Subject: chore: bump psycopg_pool package version to 3.3.1 X-Git-Tag: pool-3.3.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83f110367cdd249cc0a352e2246ecea9e878e5a0;p=thirdparty%2Fpsycopg.git chore: bump psycopg_pool package version to 3.3.1 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 332331ec9..bd95d2d8f 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -7,11 +7,11 @@ ``psycopg_pool`` release notes ============================== -Future releases +Current release --------------- -psycopg_pool 3.3.1 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.3.1 +^^^^^^^^^^^^^^^^^^ - Fix residual race condition catching `~asyncio.CancelledError` on connection (:ticket:`#1275`). @@ -19,9 +19,6 @@ psycopg_pool 3.3.1 (unreleased) `~ConnectionPool.open()` thread-safe (:ticket:`#1300`). -Current release ---------------- - psycopg_pool 3.3.0 ------------------ diff --git a/psycopg_pool/pyproject.toml b/psycopg_pool/pyproject.toml index 8196228cc..6a1973f1b 100644 --- a/psycopg_pool/pyproject.toml +++ b/psycopg_pool/pyproject.toml @@ -7,7 +7,7 @@ name = "psycopg-pool" description = "Connection Pool for Psycopg" # STOP AND READ! if you change: -version = "3.3.1.dev1" +version = "3.3.1" # also change: # - `docs/news_pool.rst` to declare this version current or unreleased