From: Daniele Varrazzo Date: Sat, 11 Nov 2023 14:59:49 +0000 (+0000) Subject: chore: bump psycopg_pool package version to 3.2.0 X-Git-Tag: pool-3.2.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa4d15b8ba9a7f0865aa486c804f46adadc440a9;p=thirdparty%2Fpsycopg.git chore: bump psycopg_pool package version to 3.2.0 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index 3a424bae1..8db413aad 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.2.0 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.2.0 +^^^^^^^^^^^^^^^^^^ - Add support for async `!reconnect_failed` callbacks in `AsyncConnectionPool` (:ticket:`#520`). @@ -32,9 +32,6 @@ psycopg_pool 3.1.9 (unreleased) (:ticket:`#540`). -Current release ---------------- - psycopg_pool 3.1.8 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index f08727f45..21424d7c4 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.0.dev1 +version = 3.2.0 # also change: # - `docs/news_pool.rst` to declare this version current or unreleased