From 380ccceb57ef44452a4c3e851e5e6dee09eb9eaf Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 1 Dec 2025 04:19:11 +0100 Subject: [PATCH] chore: bump psycopg_pool package version to 3.3.0 --- docs/news_pool.rst | 9 +++------ psycopg_pool/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) 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 -- 2.47.3