From a10a0e7887722f0e84e2d272c483cd109cb71605 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 25 Feb 2025 22:08:48 +0100 Subject: [PATCH] chore: bump psycopg_pool package version to 3.2.6 --- docs/news_pool.rst | 9 +++------ psycopg_pool/setup.cfg | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/news_pool.rst b/docs/news_pool.rst index e0534377a..9412ea463 100644 --- a/docs/news_pool.rst +++ b/docs/news_pool.rst @@ -7,18 +7,15 @@ ``psycopg_pool`` release notes ============================== -Future releases +Current release --------------- -psycopg_pool 3.2.6 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.2.6 +^^^^^^^^^^^^^^^^^^ - Reset transaction status of connection failing check (:ticket:`#1014`). -Current release ---------------- - psycopg_pool 3.2.5 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 09afb2c79..10fee686e 100644 --- a/psycopg_pool/setup.cfg +++ b/psycopg_pool/setup.cfg @@ -7,7 +7,7 @@ author_email = daniele.varrazzo@gmail.com license = GNU Lesser General Public License v3 (LGPLv3) # STOP AND READ! if you change: -version = 3.2.6.dev1 +version = 3.2.6 # also change: # - `docs/news_pool.rst` to declare this version current or unreleased -- 2.47.3