From: Daniele Varrazzo Date: Mon, 1 Dec 2025 03:19:11 +0000 (+0100) Subject: chore: bump psycopg_pool package version to 3.3.0 X-Git-Tag: pool-3.3.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380ccceb57ef44452a4c3e851e5e6dee09eb9eaf;p=thirdparty%2Fpsycopg.git chore: bump psycopg_pool package version to 3.3.0 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 657cf1b34..5b5fcea79 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.0 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.3.0 +------------------ - Add `~ConnectionPool.drain()` method (:ticket:`#1215`). - Allow the `!conninfo` and `!kwargs` `ConnectionPool` parameters to be callable @@ -20,9 +20,6 @@ psycopg_pool 3.3.0 (unreleased) SQLAlchemy ` (:ticket:`#1046`). -Current release ---------------- - psycopg_pool 3.2.8 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/pyproject.toml b/psycopg_pool/pyproject.toml index 4e15ea5d5..fd88510a1 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.0.dev1" +version = "3.3.0" # also change: # - `docs/news_pool.rst` to declare this version current or unreleased