From: Daniele Varrazzo Date: Fri, 10 May 2024 00:05:25 +0000 (+0200) Subject: chore: bump psycopg_pool package version to 3.2.2 X-Git-Tag: pool-3.2.2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a7f632eaef6205e7a39cf3d1ec036e2704d7d1a1;p=thirdparty%2Fpsycopg.git chore: bump psycopg_pool package version to 3.2.2 --- diff --git a/docs/news_pool.rst b/docs/news_pool.rst index f76f1430f..1399fd455 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.2 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +psycopg_pool 3.2.2 +^^^^^^^^^^^^^^^^^^ - Raise a `RuntimeWarning` instead of a `DeprecationWarning` if an async pool is open in the constructor. @@ -20,9 +20,6 @@ psycopg_pool 3.2.2 (unreleased) (:ticket:`#790`). -Current release ---------------- - psycopg_pool 3.2.1 ^^^^^^^^^^^^^^^^^^ diff --git a/psycopg_pool/setup.cfg b/psycopg_pool/setup.cfg index 846deed63..97ca7571d 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.2.dev1 +version = 3.2.2 # also change: # - `docs/news_pool.rst` to declare this version current or unreleased